summaryrefslogtreecommitdiff
path: root/Makeconfig
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-28 14:21:06 +0000
committerRoland McGrath <roland@gnu.org>2002-08-28 14:21:06 +0000
commit63ecddddca23e761e14cd717b258606b8320150f (patch)
treef11af9a3ed28dfd0e55004c2545cf3683ae827aa /Makeconfig
parent10996249128e65d359431f5e4affdd809e332870 (diff)
2002-08-28 Roland McGrath <roland@redhat.com>
* Makeconfig (default_cflags): Revert unintended change.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makeconfig b/Makeconfig
index b8fa62456c..9216b4c2a8 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -346,9 +346,6 @@ ifeq ($(release),stable)
default_cflags := -g -O2
else
default_cflags := -g -O
-ifneq ($(CC),/usr/bin/gcc)
-default_cflags := -g -O3 -finline-limit=2000 -march=pentium4
-endif
endif
endif