2002-08-28 Roland McGrath <roland@redhat.com>

* Makeconfig (default_cflags): Revert unintended change.
This commit is contained in:
Roland McGrath 2002-08-28 14:21:06 +00:00
parent 1099624912
commit 63ecddddca

View file

@ -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