summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-03-05 16:01:03 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-03-05 16:01:03 +0000
commit2e18f33c3c56b776799e6dd660a0165c48744db4 (patch)
tree2db6e5a6ef35d9cf3dbb5644f62ad628eab86939 /Rules.mak
parentda7412ee0e0dd260c3969f90bd498e229c075196 (diff)
check_ld takes only 1 arg as pointed out by pkj
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 7c84a4ec8..088b15bc6 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