]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- try to fix build on alpha auto/ac/crossmingw32-w32api-2_4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 20 Jan 2004 11:07:30 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-w32api.spec -> 1.13

crossmingw32-w32api.spec

index 5ded37795a0cb50e5274524b491ce6da65b7f02b..22525242327f78c0e93e15dd0331aedac07ff083 100644 (file)
@@ -25,11 +25,16 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                target          i386-mingw32
 %define                target_platform i386-pc-mingw32
-%define          _prefix /usr/%{target}
+%define                _prefix         /usr/%{target}
 
 # strip fails on static COFF files
 %define                no_install_post_strip 1
 
+%ifarch alpha
+# alpha's -mieee is not valid for target's gcc
+%define                optflags        -O2
+%endif
+
 %description
 crossmingw32 is a complete cross-compiling development system for
 building stand-alone Microsoft Windows applications under Linux using
This page took 0.241106 seconds and 4 git commands to generate.