diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-02-15 14:52:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-02-15 14:52:29 -0500 |
commit | e9433893258aef145c4101a458ac908383757430 (patch) | |
tree | f062455a4a4c256c266f33650b69db72f0ea2dd4 /Makeconfig | |
parent | c1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec (diff) | |
download | glibc-e9433893258aef145c4101a458ac908383757430.tar.gz glibc-e9433893258aef145c4101a458ac908383757430.tar.xz glibc-e9433893258aef145c4101a458ac908383757430.zip |
Remove use of ranlib.
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 |