SHA256
3
0
forked from pool/binutils

Accepting request 42780 from home:jengelh:sparc

Copy from home:jengelh:sparc/binutils via accept of submit request 42780 revision 2.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/42780
OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=29
This commit is contained in:
Richard Biener 2010-07-09 19:31:17 +00:00 committed by Git OBS Bridge
parent 7aec9b3f05
commit cd0b6cbf94
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 8 05:28:53 UTC 2010 - jengelh@medozas.de
- Default to creating ELF64 objects under sparc64
-------------------------------------------------------------------
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de

View File

@ -276,7 +276,7 @@ Authors:
%if "%{name}" != "binutils"
%define TARGET %(echo %{name} | sed -e "s/cross-\\(.*\\)-binutils/\\1/;s/-/_/g;s/parisc/hppa/;s/i.86/i586/;s/ppc/powerpc/")
%endif
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64.*/sparc/" -e "s/sparcv.*/sparc/")-suse-linux
%define HOST %(echo %{_target_cpu} | sed -e "s/parisc/hppa/" -e "s/i.86/i586/" -e "s/ppc/powerpc/" -e "s/sparc64v.*/sparc64/" -e "s/sparcv.*/sparc/")-suse-linux
%define DIST %(echo '%distribution' | sed 's/ (.*)//')
%prep