[cross-gcc] The hppa64 target cannot actually build hppa, so provide hppa also [BZ 892220]

David Howells dhowells at fedoraproject.org
Mon Aug 12 15:02:03 UTC 2013


commit 9e150937248c7bd5ffcaf244e40396867d5576a5
Author: David Howells <dhowells at redhat.com>
Date:   Wed Jun 5 18:05:46 2013 +0100

    The hppa64 target cannot actually build hppa, so provide hppa also [BZ 892220]

 cross-gcc.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cross-gcc.spec b/cross-gcc.spec
index bfd8d6e..ba4aa34 100644
--- a/cross-gcc.spec
+++ b/cross-gcc.spec
@@ -11,6 +11,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}
@@ -33,7 +34,6 @@
 %define build_microblaze	0
 
 # 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
@@ -651,6 +651,7 @@ rm -rf %{buildroot}
 - Backport cleanups from the RHEL-6.4 cross-compiler.
 - Backport some macroisation from the RHEL-6.4 cross-compiler.
 - Remove documentation build config as it we do not use it for gcc.
+- The hppa64 target cannot actually build hppa, so provide hppa [BZ 892220].
 
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.7.2-2.aa.20121114svn.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild


More information about the scm-commits mailing list