]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/commitdiff
- plain i386 is no longer supported auto/th/crossmingw32-glib2-2_28_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 20 Apr 2011 03:41:11 +0000 (03:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    crossmingw32-glib2.spec -> 1.59

crossmingw32-glib2.spec

index c1cceb324837a17e399ab3168db1c9da2b7b4b7a..20b44dfe14c3a674a328816010a701b8fee2c49b 100644 (file)
@@ -13,7 +13,7 @@ Summary(zh_CN.UTF-8): 实用工具函数库
 %define                realname   glib
 Name:          crossmingw32-glib2
 Version:       2.28.6
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-%{version}.tar.bz2
@@ -34,6 +34,7 @@ BuildRequires:        libtool >= 2:2.2
 BuildRequires: pkgconfig >= 1:0.16
 Requires:      crossmingw32-gettext
 Requires:      crossmingw32-pcre >= 8.11
+ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                no_install_post_strip   1
@@ -51,8 +52,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                __cxx                   %{target}-g++
 
 %ifnarch %{ix86}
-# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
-%define                optflags        -O2
+# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc.
+# now at least i486 is required for atomic operations
+%define                optflags        -O2 -march=i486
 %endif
 # -z options are invalid for mingw linker
 %define                filterout_ld    -Wl,-z,.*
This page took 0.094606 seconds and 4 git commands to generate.