diff options
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makeconfig b/Makeconfig index e5cbf646fa..0c4c75aefa 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009,2010 +# Copyright (C) 1991-2003,2004,2005,2006,2007,2008,2009,2010,2011 # Free Software Foundation, Inc. # This file is part of the GNU C Library. @@ -593,10 +593,6 @@ ifndef LD LD := ld -X endif -ifndef RANLIB -RANLIB = ranlib -endif - # Extra flags to pass to GCC. ifeq ($(all-warnings),yes) +gccwarn := -Wall -Wwrite-strings -Winline -Wcast-qual -Wbad-function-cast -Wmissing-noreturn -Wmissing-prototypes -Wmissing-declarations -Wcomment -Wcomments -Wtrigraphs -Wsign-compare -Wfloat-equal -Wmultichar |