- add GNAT arch definitions
This commit is contained in:
parent
93950caa5d
commit
b2f900ec00
@ -17,6 +17,14 @@ diff -uNr redhat-rpm-config-9.1.0-orig/macros.ocaml-srpm redhat-rpm-config-9.1.0
|
||||
@@ -0,0 +1,2 @@
|
||||
+# arches that ocaml runs on
|
||||
+%ocaml_arches alpha %{arm} %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64
|
||||
diff -uNr redhat-rpm-config-9.1.0-orig/macros.gnat-srpm redhat-rpm-config-9.1.0/macros.gnat-srpm
|
||||
--- redhat-rpm-config-9.1.0-orig/macros.gnat-srpm 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ redhat-rpm-config-9.1.0/macros.gnat-srpm 2012-01-05 17:04:35.000000000 +0100
|
||||
@@ -0,0 +1,4 @@
|
||||
+# GNAT_arches lists the architectures where GNAT is available in Fedora. Ada
|
||||
+# packages won't build on other architectures until GNAT is bootstrapped for
|
||||
+# them.
|
||||
+%GNAT_arches %{ix86} x86_64 ia64 ppc ppc64 alpha
|
||||
diff -uNr redhat-rpm-config-9.1.0-orig/Makefile redhat-rpm-config-9.1.0/Makefile
|
||||
--- redhat-rpm-config-9.1.0-orig/Makefile 2010-02-02 03:24:04.000000000 -0600
|
||||
+++ redhat-rpm-config-9.1.0/Makefile 2011-05-27 10:43:34.898205307 -0500
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Red Hat specific rpm configuration files
|
||||
Name: redhat-rpm-config
|
||||
Version: 9.1.0
|
||||
Release: 26%{?dist}
|
||||
Release: 27%{?dist}
|
||||
# No version specified.
|
||||
License: GPL+
|
||||
Group: Development/System
|
||||
@ -69,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_sysconfdir}/rpm/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 22 2012 Panu Matilainen <pmatilai@redhat.com> - 9.1.0-27
|
||||
- add GNAT arch definitions
|
||||
|
||||
* Sun Jan 15 2012 Dennis Gilmore <dennis@ausil.us> - 9.1.0-26
|
||||
- per ppc team request drop -mminimal-toc on ppc64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user