dslinux/vendors/config/armnommu config.arch

amadeus dslinux_amadeus at user.in-berlin.de
Mon Oct 16 19:32:55 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/config/armnommu
In directory antilope:/tmp/cvs-serv29640/vendors/config/armnommu

Modified Files:
	config.arch 
Log Message:
add correct multilib options to the linker

Index: config.arch
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/config/armnommu/config.arch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.arch	14 Oct 2006 17:33:02 -0000	1.5
+++ config.arch	16 Oct 2006 17:32:53 -0000	1.6
@@ -12,6 +12,7 @@
 #  DISABLE_MOVE_RODATA - set this to 1 to disable moving rodata to text
 #  LOPT                - library optimisation flags
 #  UOPT                - user optimisation flags
+#  LD_OPTION	       - linker flags (not for the linux kernel)
 #
 #  David McCullough <davidm at snapgear.com>
 #
@@ -126,6 +127,7 @@
 	  LDFLAGS  += -D__PIC__ -fpic -msingle-pic-base
 	endif
   endif
+	LDFLAGS += $(LD_OPTION)
 
 	UCLINUX_BUILD_SET=1
 endif
@@ -197,6 +199,8 @@
 	# for anyone still using it
 	CONVERT = /bin/true
 
+	LDFLAGS += $(LD_OPTION)
+
 	UCLINUX_BUILD_SET=1
 endif
 




More information about the dslinux-commit mailing list