summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2013-06-04 20:27:26 +0100
committerDavid Howells <dhowells@redhat.com>2013-06-04 20:30:10 +0100
commit7c5a46262ee18289b58d18ed64584d0411649a24 (patch)
treeeac321d25d039920b479b26fbb30296dc73e6071
parent6739dc5ffc1b52a658cfad7f430813cdc53fcaf7 (diff)
downloadcross-binutils-7c5a46262ee18289b58d18ed64584d0411649a24.tar.gz
cross-binutils-7c5a46262ee18289b58d18ed64584d0411649a24.tar.xz
cross-binutils-7c5a46262ee18289b58d18ed64584d0411649a24.zip
The hppa64 target cannot actually build hppa, so provide hppa also [BZ 892220]
-rw-r--r--cross-binutils.spec8
1 files 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 <dhowells@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 2.23.51.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild