Remove strip logic form configure script, keep a deprecated warning message when --strip-binaries is still used.
This commit is contained in:
parent
13f6e8a866
commit
1d7b233562
2 changed files with 3 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -12,6 +12,8 @@ ifeq ($(findstring $(MAKECMDGOALS),clean distclean),)
|
|||
include $(TOP)/config.mak
|
||||
endif
|
||||
|
||||
CONFIG_strip = no
|
||||
|
||||
ifeq (-$(GCC_MAJOR)-$(findstring $(GCC_MINOR),56789)-,-4--)
|
||||
CFLAGS += -D_FORTIFY_SOURCE=0
|
||||
endif
|
||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -42,7 +42,7 @@ tcc_crtprefix=""
|
|||
tcc_elfinterp=""
|
||||
triplet=
|
||||
tcc_lddir=
|
||||
confvars="strip=no"
|
||||
confvars=
|
||||
suggest="yes"
|
||||
cpu=
|
||||
cpuver=
|
||||
|
|
Loading…
Reference in a new issue