]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- remove -mtune* on sparc*; release 2 auto/ac/crossmingw32-w32api-2_5-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Feb 2004 10:23:04 +0000 (10:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-w32api.spec -> 1.16

crossmingw32-w32api.spec

index c6f61ed7b6e57a827bddf5305e111a28183adef9..c732b78b545d0e20e9fb11b9135c210fe7e02b05 100644 (file)
@@ -6,7 +6,7 @@ Version:        2.5
 %define        apisrc  w32api-%{apiver}
 %define runver 3.2
 %define        runsrc  mingw-runtime-%{runver}
-Release:       1
+Release:       2
 Epoch:         1
 License:       Free
 Group:         Development/Libraries
@@ -31,8 +31,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # strip fails on static COFF files
 %define                no_install_post_strip 1
 
-%ifarch alpha
-# alpha's -mieee is not valid for target's gcc
+%ifarch alpha sparc sparc64 sparcv9
+# alpha's -mieee and sparc's -mtune=* are not valid for target's gcc
 %define                optflags        -O2
 %endif
 
This page took 0.133147 seconds and 4 git commands to generate.