diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-05 16:01:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-05 16:01:03 +0000 |
commit | 2e18f33c3c56b776799e6dd660a0165c48744db4 (patch) | |
tree | 2db6e5a6ef35d9cf3dbb5644f62ad628eab86939 | |
parent | da7412ee0e0dd260c3969f90bd498e229c075196 (diff) |
check_ld takes only 1 arg as pointed out by pkj
-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 |