diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 17:53:05 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 17:53:05 +0000 |
commit | e619cc8ea2818d8c4f98a8a6ad30ee90bc70bf3e (patch) | |
tree | 39fe716a98840d08371b44f16fb8d68a2a7ac421 /Rules.mak | |
parent | 7dd5f53f321a66ea6dc287c154e552814a9de7a6 (diff) |
Disable --gc-sections until I find why it is ignored on some configurations
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |