about summary refs log tree commit diff
path: root/config.make.in
diff options
context:
space:
mode:
authorAdhemerval Zanella Netto <adhemerval.zanella@linaro.org>2023-07-24 14:22:27 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-08-01 15:35:25 -0300
commit78ceef25d64efeeb6067d1cb282a00466e637e2a (patch)
tree948918a0414d8baed3cf5be843b7770808a1b50f /config.make.in
parentbd154cdb9e7d2c9ddd2e204c49899c43eeed486f (diff)
downloadglibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.tar.gz
glibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.tar.xz
glibc-78ceef25d64efeeb6067d1cb282a00466e637e2a.zip
configure: Remove --enable-all-warnings option
The option is not activelly tested and has bitrotten, to fix it
would require a lot of work and multiple fixes.  A better option
would to evaluate each option and enable the warning if it makes
sense.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in
index d487a4f4e9..0c4baa2731 100644
--- a/config.make.in
+++ b/config.make.in
@@ -50,7 +50,6 @@ c++-sysincludes = @CXX_SYSINCLUDES@
 c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
 c++-cmath-header = @CXX_CMATH_HEADER@
 c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
-all-warnings = @all_warnings@
 enable-werror = @enable_werror@
 
 have-z-execstack = @libc_cv_z_execstack@