packages: binutils/binutils.spec - preserve non-x86 support in spec
qboosh
qboosh at pld-linux.org
Sat May 28 08:20:54 CEST 2011
Author: qboosh Date: Sat May 28 06:20:54 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- preserve non-x86 support in spec
---- Files affected:
packages/binutils:
binutils.spec (1.336 -> 1.337)
---- Diffs:
================================================================
Index: packages/binutils/binutils.spec
diff -u packages/binutils/binutils.spec:1.336 packages/binutils/binutils.spec:1.337
--- packages/binutils/binutils.spec:1.336 Tue May 10 17:31:02 2011
+++ packages/binutils/binutils.spec Sat May 28 08:20:48 2011
@@ -248,7 +248,11 @@
%find_lang gprof
touch ld.lang
%find_lang ld
+%ifarch %{ix86} %{x8664}
%find_lang gold
+%else
+:> gold.lang
+%endif
%find_lang opcodes
cat bfd.lang opcodes.lang > %{name}-libs.lang
cat gas.lang gprof.lang ld.lang gold.lang >> %{name}.lang
@@ -282,7 +286,9 @@
%attr(755,root,root) %{_bindir}/gprof
%attr(755,root,root) %{_bindir}/ld
%attr(755,root,root) %{_bindir}/ld.bfd
+%ifarch %{ix86} %{x8664}
%attr(755,root,root) %{_bindir}/ld.gold
+%endif
%attr(755,root,root) %{_bindir}/nm
%attr(755,root,root) %{_bindir}/objcopy
%attr(755,root,root) %{_bindir}/objdump
@@ -343,6 +349,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.337 2011/05/28 06:20:48 qboosh
+- preserve non-x86 support in spec
+
Revision 1.336 2011/05/10 15:31:02 qboosh
- updated to 2.21.51.0.9
- updated gasp patch
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/binutils/binutils.spec?r1=1.336&r2=1.337&f=u
More information about the pld-cvs-commit
mailing list