aboutsummaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-08-20 23:13:33 +0000
committerRob Landley <rob@landley.net>2006-08-20 23:13:33 +0000
commit43ee36c6dae2c0108580f646913514050e2ef59f (patch)
treeade5f4bdeac4a0b662443dca74f3a0836b0e8206 /Rules.mak
parent0e4690d4ef9fe55ccf6db371c826112809e162f9 (diff)
downloadbusybox-43ee36c6dae2c0108580f646913514050e2ef59f.tar.gz
Yann E. Morin spotted a broken check_ld macro.
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 7af51a798..85c707c56 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -267,7 +267,7 @@ ifeq ($(strip $(CONFIG_DEBUG)),y)
else
CFLAGS +=-DNDEBUG
CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
- CHECKED_LDFLAGS += $(call check_ld,--gc-sections,)
+ CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
endif
ifneq ($(strip $(CONFIG_DEBUG_PESSIMIZE)),y)