]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- -O1 on athlon (gcc4 miscompiles; need to gather more data to fill a bug auto/th/rpm-4_4_1-0_7
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 2 Apr 2005 17:09:13 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  report)
- rel 0.7

Changed files:
    rpm.spec -> 1.642

rpm.spec

index dcdcc8e2d93a430b8bcdac4e03c9e88976eb8e13..e1f634db98a5b8404a931d8555c8e8d81eb84a61 100644 (file)
--- a/rpm.spec
+++ b/rpm.spec
@@ -33,7 +33,7 @@ Summary(uk):  
 Name:          rpm
 %define        sover   4.4
 Version:       4.4.1
-Release:       0.6
+Release:       0.7
 License:       GPL
 Group:         Base
 #Source0:      ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.2.x/%{name}-%{version}.%{snap}.tar.gz
@@ -161,6 +161,12 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _rpmlibdir /usr/lib/rpm
 
+
+# GCC4 borked
+%ifarch athlon
+%define                optflags -O1 -march=athlon
+%endif
+
 %description
 RPM is a powerful package manager, which can be used to build,
 install, query, verify, update, and uninstall individual software
This page took 0.043262 seconds and 4 git commands to generate.