[gcc-7] 108/354: * Build gccbrig and the libhsail-rt library for i386.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:38 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 eb3afcde734a0044ac29837c059e898157bbd188
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sat Feb 4 12:02:00 2017 +0000
* Build gccbrig and the libhsail-rt library for i386.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9279 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/rules.defs | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c1ed924..2d3d974 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ gcc-7 (7-20170129-2) UNRELEASED; urgency=medium
* Again, disable go on m68k. Closes: #853906.
* Configure with --enable-default-pie on sparc and sparc64 (James Clark).
Addresses: #854090.
+ * Build gccbrig and the libhsail-rt library for i386.
[ Aurelien Jarno ]
* Disable lxc1/sxc1 instruction on mips and mipsel.
diff --git a/debian/rules.defs b/debian/rules.defs
index 4a0c602..4fb0307 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -838,7 +838,7 @@ endif
# BRIG ---------------------------
with_brig := no
-ifneq (,$(filter $(DEB_TARGET_ARCH),amd64 x32))
+ifneq (,$(filter $(DEB_TARGET_ARCH),amd64 i386 x32))
with_brig := yes
with_brigdev := yes
with_libhsailrt := yes
--
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