From 1d7b233562dc194a9800050db2bc42ee1c1eb8f2 Mon Sep 17 00:00:00 2001 From: Christian Jullien Date: Thu, 14 Jan 2021 07:10:41 +0100 Subject: [PATCH] Remove strip logic form configure script, keep a deprecated warning message when --strip-binaries is still used. --- Makefile | 2 ++ configure | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 68479986..aa40b960 100644 --- a/Makefile +++ b/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 diff --git a/configure b/configure index 2ab2a9e9..684ba823 100755 --- a/configure +++ b/configure @@ -42,7 +42,7 @@ tcc_crtprefix="" tcc_elfinterp="" triplet= tcc_lddir= -confvars="strip=no" +confvars= suggest="yes" cpu= cpuver=