[gcc-6] 363/401: Disable lxc1/sxc1 instruction on mips and mipsel.

Ximin Luo infinity0 at debian.org
Wed Apr 5 15:50:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch pu/reproducible_builds
in repository gcc-6.

commit a8139deaad09b62db26f5b46682e2aa7dcf1fb81
Author: aurel32 <aurel32 at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Jan 27 09:35:15 2017 +0000

    Disable lxc1/sxc1 instruction on mips and mipsel.
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9265 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog | 1 +
 debian/rules2    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9aa2ba1..fdf122a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ gcc-6 (6.3.0-6) UNRELEASED; urgency=medium
 
   [ Aurelien Jarno ]
   * Don't use disable madd4 on MIPS big-endian.
+  * Disable lxc1/sxc1 instruction on mips and mipsel.
 
  -- Matthias Klose <doko at debian.org>  Fri, 27 Jan 2017 09:04:42 +0100
 
diff --git a/debian/rules2 b/debian/rules2
index de9f4d5..178ea13 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -633,6 +633,7 @@ endif
 
 ifneq (,$(findstring mips-linux,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --with-arch-32=mips32r2 --with-fp-32=xx
+  CONFARGS += --with-lxc1-sxc1=no
   ifeq ($(multilib),yes)
     ifeq ($(biarchn32)-$(biarch64),yes-yes)
       CONFARGS += --enable-targets=all
@@ -644,6 +645,7 @@ endif
 ifneq (,$(findstring mipsel-linux,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --with-arch-32=mips32r2 --with-fp-32=xx
   CONFARGS += --with-madd4=no
+  CONFARGS += --with-lxc1-sxc1=no
   ifeq ($(multilib),yes)
     ifeq ($(biarchn32)-$(biarch64),yes-yes)
       CONFARGS += --enable-targets=all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-6.git



More information about the Reproducible-commits mailing list