From 9541e2e3d91f99cacd1cd724a956019281e760d5 Mon Sep 17 00:00:00 2001 From: Zdenek Dvorak Date: Wed, 26 Feb 2003 10:49:54 +0000 Subject: [PATCH] Remove -funroll-loops -fpeel-loops mistakenly added to BOOT_CFLAGS in my last commit. From-SVN: r63463 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 494a14b48d4..600fea65f7a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -74,7 +74,7 @@ XCFLAGS = TCFLAGS = CFLAGS = -g STAGE1_CFLAGS = -g @stage1_cflags@ -BOOT_CFLAGS = -g -O2 -funroll-loops -fpeel-loops +BOOT_CFLAGS = -g -O2 # Flags to determine code coverage. When coverage is disabled, this will # contain the optimization flags, as you normally want code coverage -- 2.30.2