diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-20 22:13:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-20 22:13:20 +0000 |
commit | 6cc7d725dba86400bff212376b63624172e4090d (patch) | |
tree | 8cb2622f608b7243db3075ad7e86b82f8bf9662d /config.make.in | |
parent | 595538976b5d13ea0bcff73e05a9b6fd6cddaee5 (diff) | |
download | glibc-6cc7d725dba86400bff212376b63624172e4090d.tar.gz |
Update.
2000-11-20 Ulrich Drepper <drepper@redhat.com>
* configure.in: Add --enable-all-warnings.
* config.make.in (all-warnings): New variable.
* Makeconfig (+gccwarn): Define with many more warnings if
all-warnings is yes.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index a353706f4b..885fceb5bc 100644 --- a/config.make.in +++ b/config.make.in @@ -33,6 +33,7 @@ config-sysdirs = @sysnames@ defines = @DEFINES@ sysincludes = @SYSINCLUDES@ +all-warnings = @all_warnings@ elf = @elf@ have-protected = @libc_cv_asm_protected_directive@ |