From 7c5a46262ee18289b58d18ed64584d0411649a24 Mon Sep 17 00:00:00 2001 From: David Howells Date: Tue, 4 Jun 2013 20:27:26 +0100 Subject: The hppa64 target cannot actually build hppa, so provide hppa also [BZ 892220] --- cross-binutils.spec | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/cross-binutils.spec b/cross-binutils.spec index 3152461..a66fbf2 100644 --- a/cross-binutils.spec +++ b/cross-binutils.spec @@ -12,6 +12,7 @@ %define build_cris %{build_all} %define build_frv %{build_all} %define build_h8300 %{build_all} +%define build_hppa %{build_all} %define build_hppa64 %{build_all} %define build_ia64 %{build_all} %define build_m32r %{build_all} @@ -31,7 +32,6 @@ %define build_xtensa %{build_all} # 32-bit packages we don't build as we can use the 64-bit package instead -%define build_hppa 0 %define build_i386 0 %define build_mips 0 %define build_powerpc 0 @@ -297,11 +297,6 @@ function config_target () { export CFLAGS="$RPM_OPT_FLAGS" CARGS= - case $target in hppa64*) - CARGS="$CARGS --enable-targets=hppa-linux-gnu" - ;; - esac - case $target in i?86*|sparc*|ppc*|s390*|sh*|arm*) CARGS="$CARGS --enable-64-bit-bfd" ;; @@ -589,6 +584,7 @@ rm -rf %{buildroot} * Tue Jun 4 2013 David Howells - 2.23.51.0.3-2 - Backport cleanups from the RHEL-6.4 cross-compiler. - Backport some macroisation from the RHEL-6.4 cross-compiler. +- The hppa64 target cannot actually build hppa, so provide hppa [BZ 892220]. * Wed Feb 13 2013 Fedora Release Engineering - 2.23.51.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild -- cgit