summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-04-25 14:26:25 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-04-25 14:26:25 +0000
commit68c90f12c1cdb0e63dabc74ae870e09232a45632 (patch)
tree111ab605ac30ac3e58cb9f06a247a629b4097b88
parent945ae3f8d84b6285c6623f848535e473d65924b5 (diff)
downloadgcc-49-68c90f12c1cdb0e63dabc74ae870e09232a45632.tar.gz
* Fix gnat for snapshot builds on ppc64el.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7316 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r--debian/changelog1
-rw-r--r--debian/rules.patch3
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0d3bfc4..4e04d6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gcc-4.9 (4.9.0-2) UNRELEASED; urgency=medium
- Fix PR go/60931, garbage collector issue with non 4kB system page size.
LP: #1304754.
* Fix libgcc-dev dependency on gcc, when not building libgcc.
+ * Fix gnat for snapshot builds on ppc64el.
-- Matthias Klose <doko@debian.org> Fri, 25 Apr 2014 11:45:58 +0200
diff --git a/debian/rules.patch b/debian/rules.patch
index fed5c13..75b0d9b 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -115,7 +115,6 @@ debian_patches += ada-arm
debian_patches += ada-hurd
debian_patches += ada-kfreebsd
debian_patches += ada-mips
-debian_patches += ada-ppc64
ifeq ($(with_ada),yes)
debian_patches += \
@@ -294,6 +293,8 @@ debian_patches += go-testsuite
debian_patches += libstdc++-link-pthread
debian_patches += fix-ffi_call_VFP-with-no-VFP-argument
+# Ada patches needed for both the stable package and snapshot builds
+debian_patches += ada-ppc64
series_stamp = $(stampdir)/02-series-stamp
series: $(series_stamp)