diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/rules.defs | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1af9ef3..27d5a6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gcc-5 (5.1.1-8) UNRELEASED; urgency=medium * Prepare to change the base dependency for *-cross packages. * Configure with --enable-fix-cortex-a53-843419 for AArch64. * Fix dependencies for stage1 and stage2 builds. + * Disable building gdc on sh4. -- Matthias Klose <doko@debian.org> Mon, 25 May 2015 22:27:01 +0200 diff --git a/debian/rules.defs b/debian/rules.defs index f3aa38c..bd744ca 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -877,7 +877,7 @@ endif # D --------------------------- d_no_cross := yes d_no_snap := yes -d_no_cpus := s390 +d_no_cpus := s390 sh4 ifneq ($(single_package),yes) with_separate_gdc := yes |