diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-20 13:58:07 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-07-20 13:58:07 +0000 |
commit | fd1dbcc10165e96b9fc38d2331fb8725c072bb61 (patch) | |
tree | 4ee7b2f63c7fb43e2610de5655792b44e54d752e | |
parent | 69ae8fb74959ebe74812f8a7c48643fd5dbf6bb3 (diff) | |
download | gcc-49-fd1dbcc10165e96b9fc38d2331fb8725c072bb61.tar.gz |
* Build libphobos on armel and armhf. Closes: #755390.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.9@7525 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/rules.defs | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 8845af9..f0906d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gcc-4.9 (4.9.1-2) UNRELEASED; urgency=medium * Fix installing test logs and summaries. * Warn about ppc ELFv2 ABI issues, which will change in GCC 4.10. * Don't gzip the xz compressed testsuite logs and summaries. + * Build libphobos on armel and armhf. Closes: #755390. -- Matthias Klose <doko@debian.org> Thu, 17 Jul 2014 14:56:55 +0200 diff --git a/debian/rules.defs b/debian/rules.defs index 4dce441..2d6d27f 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -814,7 +814,9 @@ ifeq ($(with_d),yes) with_libphobos := yes endif - libphobos_no_cpus := alpha avr arm arm64 hppa ia64 m68k mips mipsel mips64 mips64el mipsn32 mipsn32el powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 + libphobos_no_cpus := alpha avr arm64 hppa ia64 m68k \ + mips mipsel mips64 mips64el mipsn32 mipsn32el \ + powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 libphobos_no_systems := gnu kfreebsd-gnu ifneq (,$(findstring $(DEB_TARGET_ARCH_CPU),$(libphobos_no_cpus))) with_libphobos := disabled for cpu $(DEB_TARGET_ARCH_CPU) |