]> git.pld-linux.org Git - packages/gcc4.git/commitdiff
- disable -mtune=pentium4 due to p4 related regression.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 16 Jun 2005 13:02:17 +0000 (13:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gcc4.spec -> 1.321

gcc4.spec

index 05408242f88e0b8377d21b0030bb39cfcc06fb53..e81f41c2cf44ec1ea4c847bc6efdaff7b4eb8e2a 100644 (file)
--- a/gcc4.spec
+++ b/gcc4.spec
@@ -106,6 +106,9 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _libdir32       /usr/lib
 %endif
 
+# disable -mtune=pentium4 due to p4 related regression.
+%define                specflags_i686  -mtune=i686
+
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
This page took 0.032459 seconds and 4 git commands to generate.