[gcc-7] 94/354: * Build the BRIG frontend on amd64.

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 6ccec5c3bbefdbbdf3f349072183b176346890c3
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Tue Jan 24 14:16:52 2017 +0000

      * Build the BRIG frontend on amd64.
    
    
    git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9254 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog  |  1 +
 debian/rules.defs | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6c71da3..699b677 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ gcc-7 (7-20170121-2) UNRELEASED; urgency=medium
   * Fix removing the RUNPATH from the asan, tsan, ubsan, cilkrts, gfortran
     and gphobos runtime libraries.
   * Let the gnatgcc symlinks point to the versioned names. Addresses: #839209.
+  * Build the BRIG frontend on amd64.
 
  -- Matthias Klose <doko at debian.org>  Sun, 22 Jan 2017 19:29:00 +0100
 
diff --git a/debian/rules.defs b/debian/rules.defs
index ecf368a..471eacc 100644
--- a/debian/rules.defs
+++ b/debian/rules.defs
@@ -835,6 +835,17 @@ ifeq ($(with_go)-$(with_separate_libgo),yes-yes)
   endif
 endif
 
+# BRIG ---------------------------
+
+with_brig := no
+ifneq (,$(filter $(DEB_TARGET_ARCH),amd64))
+  with_brig := disabled for target $(DEB_TARGET_ARCH)
+endif
+
+ifeq ($(with_brig),yes)
+  enabled_languages += brig
+endif
+
 # D ---------------------------
 d_no_cross := yes
 d_no_snap := 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