[gcc-7] 112/354: * Fix target architecture for sparc non-multilib builds (Adrian Glaubitz). Addresses: #855197.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit 9c3af3ccd06204ac5ad2c1e48898e37778670597
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Feb 18 05:50:58 2017 +0000
* Fix target architecture for sparc non-multilib builds (Adrian Glaubitz).
Addresses: #855197.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9302 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 2 ++
debian/rules2 | 3 +++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 5498b1b..f160276 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
* Configure with --enable-default-pie on kfreebsd-* (Steven Chamberlain).
* Build gccbrig and the libhsail-rt library for i386.
* Configure staged builds with --disable-libmpx and --disable-libhsail-rt.
+ * Fix target architecture for sparc non-multilib builds (Adrian Glaubitz).
+ Addresses: #855197.
[ Aurelien Jarno ]
* Disable lxc1/sxc1 instruction on mips and mipsel.
diff --git a/debian/rules2 b/debian/rules2
index 36a1d5c..1c77dfc 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -503,6 +503,9 @@ endif
ifneq (,$(findstring sparc-linux,$(DEB_TARGET_GNU_TYPE)))
ifeq ($(biarch64),yes)
CONFARGS += --enable-targets=all
+ CONFARGS += --with-cpu-32=ultrasparc
+ else
+ CONFARGS += --with-cpu=ultrasparc
endif
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list