diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-12-12 10:28:03 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2013-12-12 10:28:03 +0000 |
commit | 2a1927d44bb56fb1addf3aad4a560c3c72edd2cb (patch) | |
tree | be3cbc85e6239dc8e6f1abefb44dacefd986772b | |
parent | 84090ee12a2480ade7f5d6351495d3884cc107d3 (diff) | |
download | gcc-48-2a1927d44bb56fb1addf3aad4a560c3c72edd2cb.tar.gz |
* Configure --with-long-double-128 on powerpcspe (Roland Stigge).
Closes: #731941.
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7057 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/rules2 | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index ce08632..bc9900f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gcc-4.8 (4.8.2-9) UNRELEASED; urgency=low * Fix permissions of some override files. * Let cross compilers conflict with gcc-multilib (providing /usr/include/asm for the non-default multilib). + * Configure --with-long-double-128 on powerpcspe (Roland Stigge). + Closes: #731941. [ Aurelien Jarno ] * patches/note-gnu-stack.diff: restore and rebase lost parts. diff --git a/debian/rules2 b/debian/rules2 index 6f0d8d4..37f9417 100644 --- a/debian/rules2 +++ b/debian/rules2 @@ -478,7 +478,7 @@ ifneq (,$(findstring m68k-linux,$(DEB_TARGET_GNU_TYPE))) endif ifeq ($(DEB_TARGET_ARCH_OS),linux) - ifneq (,$(findstring $(DEB_TARGET_ARCH), alpha powerpc ppc64 s390 s390x sparc sparc64)) + ifneq (,$(findstring $(DEB_TARGET_ARCH), alpha powerpc powerpcspe ppc64 ppc64el s390 s390x sparc sparc64)) CONFARGS += --with-long-double-128 endif endif |