From 43ee36c6dae2c0108580f646913514050e2ef59f Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 20 Aug 2006 23:13:33 +0000 Subject: Yann E. Morin spotted a broken check_ld macro. --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') 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