summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authordoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-04-07 14:27:04 +0000
committerdoko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2014-04-07 14:27:04 +0000
commitdf3c0180b0336c87ae061467e81715626d8b61ef (patch)
treecfe3bd132627d27a5948cf91d2dc0cef0e3abf14 /debian
parent8e2fee140b09263be092b58b64ab588f494495fb (diff)
downloadgcc-48-df3c0180b0336c87ae061467e81715626d8b61ef.tar.gz
* Explicitly configure with --disable-multilib on sparc64 when no
multilibs are requested (Helmut Grohne). Closes: #743342. git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7278 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/rules22
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1956edb..708dbf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcc-4.8 (4.8.2-20) UNRELEASED; urgency=medium
+
+ * Explicitly configure with --disable-multilib on sparc64 when no
+ multilibs are requested (Helmut Grohne). Closes: #743342.
+
+ -- Matthias Klose <doko@debian.org> Mon, 07 Apr 2014 16:22:30 +0200
+
gcc-4.8 (4.8.2-19) unstable; urgency=medium
* Update to SVN 20140404 (r209122) from the gcc-4_8-branch.
diff --git a/debian/rules2 b/debian/rules2
index 2f13881..d588b34 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -334,7 +334,7 @@ ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), i486-linux-gnu i586-linux-gnu i686-linu
endif
endif
-ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), x86_64-linux-gnu x86_64-linux-gnux32 x86_64-kfreebsd-gnu s390x-linux-gnu sparc64-linux-gnuA))
+ifneq (,$(filter $(DEB_TARGET_GNU_TYPE), x86_64-linux-gnu x86_64-linux-gnux32 x86_64-kfreebsd-gnu s390x-linux-gnu sparc64-linux-gnu))
ifneq ($(biarch32),yes)
CONFARGS += --disable-multilib
endif