diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-26 07:54:28 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-26 07:54:28 +0000 |
commit | ceb2eeb7aa975eb7d69a09b9df5afc5d857ad53a (patch) | |
tree | 0ae6d94a6a03a0857d7ccfde0f840bb768c8de9f | |
parent | 74221fc9b62869f7e00e92a149bc73ed59ca7ab1 (diff) | |
download | gcc-49-ceb2eeb7aa975eb7d69a09b9df5afc5d857ad53a.tar.gz |
* Fix the GFDL build on AArch64.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7533 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/rules.unpack | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf571ce..b854524 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gcc-4.9 (4.9.1-3) UNRELEASED; urgency=medium + + * Fix the GFDL build on AArch64. + + -- Matthias Klose <doko@debian.org> Sat, 26 Jul 2014 09:53:18 +0200 + gcc-4.9 (4.9.1-2) unstable; urgency=medium * Update to SVN 20140724 (r213031) from the gcc-4_9-branch. diff --git a/debian/rules.unpack b/debian/rules.unpack index f824987..d5ab32b 100644 --- a/debian/rules.unpack +++ b/debian/rules.unpack @@ -166,6 +166,8 @@ ifeq ($(GFDL_INVARIANT_FREE),yes) sed "s/@name@/$$n/g" $(SOURCE_DIR)debian/gcc-dummy.texi \ > $(srcdir)/$$i; \ else \ + sed "s/@name@/$$n/g" $(SOURCE_DIR)debian/gcc-dummy.texi \ + > $(srcdir)/$$i; \ echo >&2 "$$i does not exist, fix debian/rules.unpack"; \ fi; \ done |