Yann E. Morin spotted a broken check_ld macro.
This commit is contained in:
parent
0e4690d4ef
commit
43ee36c6da
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user