From b7f3cad77a092adf9224e7b7e5d6faddc99056b2 Mon Sep 17 00:00:00 2001 From: landley Date: Sun, 20 Aug 2006 23:13:33 +0000 Subject: Yann E. Morin spotted a broken check_ld macro. git-svn-id: svn://busybox.net/trunk/busybox@15855 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-55-g6feb