Yann E. Morin spotted a broken check_ld macro.

This commit is contained in:
Rob Landley 2006-08-20 23:13:33 +00:00
parent 0e4690d4ef
commit 43ee36c6da

View File

@ -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)