diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rules2 | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d2a399..f4a9be9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ gcc-5 (5.2.1-16) UNRELEASED; urgency=medium - * + * Again, configure with --enable-targets=powerpcle-linux on ppc64el. -- Matthias Klose <doko@debian.org> Sun, 09 Aug 2015 12:32:33 +0200 diff --git a/debian/rules2 b/debian/rules2 index 753c76e..27676e3 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -397,6 +397,9 @@ endif ifneq (,$(findstring powerpc64le-linux,$(DEB_TARGET_GNU_TYPE))) CONFARGS += --enable-secureplt CONFARGS += --with-cpu=power7 --with-tune=power8 + ifneq (,$(filter $(distrelease),jessie stretch sid trusty utopic vivid wily)) + CONFARGS += --enable-targets=powerpcle-linux + endif CONFARGS += --disable-multilib endif |