aboutsummaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
committerUlrich Drepper <drepper@gmail.com>2011-02-15 14:52:29 -0500
commite9433893258aef145c4101a458ac908383757430 (patch)
treef062455a4a4c256c266f33650b69db72f0ea2dd4 /Makeconfig
parentc1d0e639a95d6d3d3f1c1f70cf97d596bd5a24ec (diff)
downloadglibc-e9433893258aef145c4101a458ac908383757430.zip
glibc-e9433893258aef145c4101a458ac908383757430.tar.gz
glibc-e9433893258aef145c4101a458ac908383757430.tar.bz2
Remove use of ranlib.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makeconfig b/Makeconfig
index e5cbf64..0c4c75a 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