From: Zdenek Dvorak Date: Wed, 26 Feb 2003 10:49:54 +0000 (+0000) Subject: Remove -funroll-loops -fpeel-loops mistakenly added to BOOT_CFLAGS in my X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9541e2e3d91f99cacd1cd724a956019281e760d5;p=gcc.git Remove -funroll-loops -fpeel-loops mistakenly added to BOOT_CFLAGS in my last commit. From-SVN: r63463 --- 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