]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/commitdiff
- more general ix86 %%ifarchs
authorsaq <saq@pld-linux.org>
Sat, 28 Feb 2004 17:31:12 +0000 (17:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-zlib.spec -> 1.11

crossmingw32-zlib.spec

index 1810a708a5d1977e213b568ea324c5abaf1bfe81..01d57187ba42e2e66dbc19020c3eab47aa75393c 100644 (file)
@@ -2,7 +2,11 @@
 # Conditional build:
 %bcond_without asmopt  # without assmbler optimization for i586+
 #
-%ifnarch i586 i686 athlon
+# disable asmopt where not applicable
+%ifarch i386 i486
+%undefine      with_asmopt
+%endif
+%ifnarch %{ix86}
 %undefine      with_asmopt
 %endif
 %define                realname                zlib
This page took 0.123856 seconds and 4 git commands to generate.