summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-09 17:53:05 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-09 17:53:05 +0000
commite619cc8ea2818d8c4f98a8a6ad30ee90bc70bf3e (patch)
tree39fe716a98840d08371b44f16fb8d68a2a7ac421 /Rules.mak
parent7dd5f53f321a66ea6dc287c154e552814a9de7a6 (diff)
Disable --gc-sections until I find why it is ignored on some configurations
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 088b15bc6..13baf6b92 100644
--- 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