OSDN Git Service

Disable --gc-sections until I find why it is ignored on some configurations
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 9 Mar 2006 17:53:05 +0000 (17:53 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 9 Mar 2006 17:53:05 +0000 (17:53 -0000)
Rules.mak

index 088b15b..13baf6b 100644 (file)
--- a/Rules.mak
+++ b/Rules.mak
@@ -358,7 +358,7 @@ endif
 #CFLAGS += $(call check_gcc,-std=c99,)
 
 LDFLAGS_NOSTRIP:=$(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
-LDFLAGS_NOSTRIP+=$(call check_ld,--gc-sections)
+#LDFLAGS_NOSTRIP+=$(call check_ld,--gc-sections)
 
 ifeq ($(UCLIBC_BUILD_RELRO),y)
 LDFLAGS_NOSTRIP+=-z relro