[gcc-7] 97/354: - enable BRIG for all x86 linux archs.
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:36 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 f3bb630176890c0df4037c26ed477c28df601222
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Wed Jan 25 22:17:59 2017 +0000
- enable BRIG for all x86 linux archs.
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9261 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/rules.defs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules.defs b/debian/rules.defs
index 471eacc..596ed65 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -838,8 +838,8 @@ endif
# BRIG ---------------------------
with_brig := no
-ifneq (,$(filter $(DEB_TARGET_ARCH),amd64))
- with_brig := disabled for target $(DEB_TARGET_ARCH)
+ifneq (,$(filter $(DEB_TARGET_ARCH),amd64 i386 x32))
+ with_brig := yes
endif
ifeq ($(with_brig),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