diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index 382e003..fca75ab 100644 --- a/config.make.in +++ b/config.make.in @@ -51,7 +51,6 @@ c++-cstdlib-header = @CXX_CSTDLIB_HEADER@ c++-cmath-header = @CXX_CMATH_HEADER@ c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@ enable-werror = @enable_werror@ -enable-gsframe = @enable_gsframe@ have-z-execstack = @libc_cv_z_execstack@ have-no-error-execstack = @libc_cv_no_error_execstack@ @@ -114,6 +113,7 @@ OBJDUMP = @OBJDUMP@ OBJCOPY = @OBJCOPY@ GPROF = @GPROF@ READELF = @READELF@ +STRIP = @STRIP@ # Installation tools. INSTALL = @INSTALL@ |