mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Bernhard Fischer complained about moving --sort-common.
This commit is contained in:
parent
1fdd83f897
commit
f5bbc692a0
@ -236,7 +236,7 @@ ifeq ($(strip $(shell [ $(CC_MAJOR) -ge 4 -a $(CC_MINOR) -ge 1 ] ; echo $$?)),0)
|
|||||||
endif # gcc-4.1 and beyond
|
endif # gcc-4.1 and beyond
|
||||||
endif
|
endif
|
||||||
OPTIMIZATION+=$(call check_cc,$(CC),-fomit-frame-pointer,)
|
OPTIMIZATION+=$(call check_cc,$(CC),-fomit-frame-pointer,)
|
||||||
OPTIMIZATION+=$(call check_cc,$(CC),-ffunction-sections -fdata-sections,)
|
CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
|
||||||
|
|
||||||
#
|
#
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
@ -288,7 +288,7 @@ ifeq ($(strip $(CONFIG_STATIC)),y)
|
|||||||
PROG_CFLAGS += $(call check_cc,$(CC),-static,)
|
PROG_CFLAGS += $(call check_cc,$(CC),-static,)
|
||||||
else
|
else
|
||||||
ifneq ($(strip $(CONFIG_DEBUG)),y)
|
ifneq ($(strip $(CONFIG_DEBUG)),y)
|
||||||
CHECKED_LDFLAGS += $(call check_ld,$(LD),--sort-common,)
|
OPTIMIZATION+=$(call check_cc,$(CC),-ffunction-sections -fdata-sections,)
|
||||||
CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
|
CHECKED_LDFLAGS += $(call check_ld,$(LD),--gc-sections,)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user