Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 287)
+++ Makefile	(revision 288)
@@ -651,11 +651,11 @@
 	 )
 	# ======= remove target destination path from target libtool *.la files =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,$(TARGET_DEST_DIR),,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
 	 )
 	# ======= remove target destination path from target libtool *.la files =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s, -L$(CURDIR)/$(build_dir)/zlib,,g" libbfd.la libctf-nobfd.la libctf.la \
+	   sed -i "s, -L$(CURDIR)/$(build_dir)/zlib,,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la ; \
 	 )
 	# ======= remove (-L/usr/lib$(LIBSUFFIX) already set) libiberty.a search path in libtool *.la files too =======
 	@( cd $(BINUTILS_DEV_PKG)/usr/lib$(LIBSUFFIX) ; \
@@ -704,8 +704,8 @@
 	# ======= we don't need LIBIBERTY on $(TARGET_DEST_DIR) until GCC will be built
 	# ======= tune libtool *.la search path to the target destination for development =======
 	@( cd $(TARGET_DEST_DIR)/usr/lib$(LIBSUFFIX) ; \
-	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la ; \
-	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la \
+	   sed -i "s,/usr,$(TARGET_DEST_DIR)/usr,g"   libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
+	   sed -i "s,L/lib,L$(TARGET_DEST_DIR)/lib,g" libbfd.la libctf-nobfd.la libctf.la libopcodes.la libsframe.la ; \
 	 )
 	# ======= Strip binaries =======
 	@( cd $(BINUTILS_DEV_PKG) ; \