svn commit: trunk/uClibc

psm at uclibc.org psm at uclibc.org
Fri Mar 10 08:21:47 UTC 2006


Author: psm
Date: 2006-03-10 00:21:46 -0800 (Fri, 10 Mar 2006)
New Revision: 14506

Log:
Add comment why --gc-sections is ignored

Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2006-03-10 08:06:27 UTC (rev 14505)
+++ trunk/uClibc/Rules.mak	2006-03-10 08:21:46 UTC (rev 14506)
@@ -358,6 +358,7 @@
 #CFLAGS += $(call check_gcc,-std=c99,)
 
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
+# binutils-2.16.1 warns about ignored sections, 2.16.91.0.3 and newer are ok
 #LDFLAGS_NOSTRIP+=$(call check_ld,--gc-sections)
 
 ifeq ($(UCLIBC_BUILD_RELRO),y)




More information about the uClibc-cvs mailing list