From: Roland McGrath Date: Wed, 28 Aug 2002 14:21:06 +0000 (+0000) Subject: 2002-08-28 Roland McGrath X-Git-Tag: cvs/glibc-2-3~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63ecddddca23e761e14cd717b258606b8320150f;p=thirdparty%2Fglibc.git 2002-08-28 Roland McGrath * Makeconfig (default_cflags): Revert unintended change. --- diff --git a/Makeconfig b/Makeconfig index b8fa62456cc..9216b4c2a8f 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