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
|
include $(TOP)/config.mak
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
CONFIG_strip = no
|
||||||
|
|
||||||
ifeq (-$(GCC_MAJOR)-$(findstring $(GCC_MINOR),56789)-,-4--)
|
ifeq (-$(GCC_MAJOR)-$(findstring $(GCC_MINOR),56789)-,-4--)
|
||||||
CFLAGS += -D_FORTIFY_SOURCE=0
|
CFLAGS += -D_FORTIFY_SOURCE=0
|
||||||
endif
|
endif
|
||||||
|
|
2
configure
vendored
2
configure
vendored
|
@ -42,7 +42,7 @@ tcc_crtprefix=""
|
||||||
tcc_elfinterp=""
|
tcc_elfinterp=""
|
||||||
triplet=
|
triplet=
|
||||||
tcc_lddir=
|
tcc_lddir=
|
||||||
confvars="strip=no"
|
confvars=
|
||||||
suggest="yes"
|
suggest="yes"
|
||||||
cpu=
|
cpu=
|
||||||
cpuver=
|
cpuver=
|
||||||
|
|
Loading…
Add table
Reference in a new issue