From e619cc8ea2818d8c4f98a8a6ad30ee90bc70bf3e Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 9 Mar 2006 17:53:05 +0000 Subject: Disable --gc-sections until I find why it is ignored on some configurations --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') 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 -- cgit v1.2.3