Browse Source

check_ld takes only 1 arg as pointed out by pkj

Peter S. Mazinger 19 years ago
parent
commit
2e18f33c3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rules.mak

+ 1 - 1
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