[gcc] 4.6.0-0.5

Jakub Jelinek jakub at fedoraproject.org
Fri Jan 28 10:34:45 UTC 2011


commit 794381f06a6b9a709053ae029b4c52d0431d6167
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Fri Jan 28 11:34:30 2011 +0100

    4.6.0-0.5

 gcc.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 0ced89d..ce9a661 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -711,7 +711,7 @@ cd ..
 CC=gcc
 OPT_FLAGS=`echo %{optflags}|sed -e 's/\(-Wp,\)\?-D_FORTIFY_SOURCE=[12]//g'`
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-m64//g;s/-m32//g;s/-m31//g'`
-OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g`
+OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/ -pipe / /g'`
 %ifarch sparc
 OPT_FLAGS=`echo $OPT_FLAGS|sed -e 's/-mcpu=ultrasparc/-mtune=ultrasparc/g;s/-mcpu=v[78]//g'`
 %endif


More information about the scm-commits mailing list