From cd0b6cbf94053cc757dd59b001583ca6a54ccd0205bee00af9419b21072d1e7e Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Fri, 9 Jul 2010 19:31:17 +0000 Subject: [PATCH] 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 --- binutils.changes | 5 +++++ binutils.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/binutils.changes b/binutils.changes index 8d68e59..8cca159 100644 --- a/binutils.changes +++ b/binutils.changes @@ -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 diff --git a/binutils.spec b/binutils.spec index e1d2511..a5bff87 100644 --- a/binutils.spec +++ b/binutils.spec @@ -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