]> git.pld-linux.org Git - packages/binutils.git/commitdiff
- enable more targets in some specific cases; rel 2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 16 Nov 2003 19:59:41 +0000 (19:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    binutils.spec -> 1.158

binutils.spec

index ec81f8d2fe3856dfd93f40d4a8a76c87ab9a181b..b5a311c475d50937283b250262d990c999777a1a 100644 (file)
@@ -13,7 +13,7 @@ Summary(tr):  GNU geli
 Summary(uk):   îÁ¦Ҡ¦ÎÓÔÒÕÍÅÎԦנGNU ÄÌÑ ÐÏÂÕÄÏ×É ×ÉËÏÎÕ×ÁÎÉÈ ÐÒÏÇÒÁÍ
 Name:          binutils
 Version:       2.14.90.0.7
-Release:       1
+Release:       2
 Epoch:         2
 License:       GPL
 Group:         Development/Tools
@@ -125,6 +125,18 @@ niekt
 #%patch4 -p1
 
 %build
+# More targets
+TARGETS=
+%ifarch ia64
+TARGETS=i686-linux
+%endif
+%ifarch %{ix86}
+TARGETS=x86_64-linux
+%endif
+%ifarch sparc
+TARGETS=sparc64-linux
+%endif
+
 cp -f /usr/share/automake/config.* .
 CFLAGS="%{rpmcflags}"; export CFLAGS
 CC="%{__cc}"; export CC
@@ -137,8 +149,8 @@ sparc32 \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir} \
+       --enable-targets=${TARGETS} \
 %ifarch sparc
-       --enable-targets=sparc64-linux \
        --enable-64-bit-bfd \
 %endif
 %ifnarch sparc
This page took 0.038017 seconds and 4 git commands to generate.