[gcc-6] 362/401: Don't use disable madd4 on MIPS big-endian.

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 d0c4e679c69207eb8d098f89365847a27079935c
Author: aurel32 <aurel32 at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date:   Fri Jan 27 08:27:03 2017 +0000

    Don't use disable madd4 on MIPS big-endian.
    
    git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@9264 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
 debian/changelog | 7 +++++++
 debian/rules2    | 3 ---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6094196..9aa2ba1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+gcc-6 (6.3.0-6) UNRELEASED; urgency=medium
+
+  [ Aurelien Jarno ]
+  * Don't use disable madd4 on MIPS big-endian.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 27 Jan 2017 09:04:42 +0100
+
 gcc-6 (6.3.0-5) unstable; urgency=medium
 
   * Update to SVN 20170124 (r244868) from the gcc-6-branch.
diff --git a/debian/rules2 b/debian/rules2
index 2fdc700..de9f4d5 100644
--- a/debian/rules2
+++ b/debian/rules2
@@ -633,7 +633,6 @@ endif
 
 ifneq (,$(findstring mips-linux,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --with-arch-32=mips32r2 --with-fp-32=xx
-  CONFARGS += --with-madd4=no
   ifeq ($(multilib),yes)
     ifeq ($(biarchn32)-$(biarch64),yes-yes)
       CONFARGS += --enable-targets=all
@@ -666,7 +665,6 @@ ifneq (,$(findstring mips64el-linux-gnuabin32,$(DEB_TARGET_GNU_TYPE)))
 endif
 
 ifneq (,$(findstring mips64-linux-gnuabin32,$(DEB_TARGET_GNU_TYPE)))
-  CONFARGS += --with-madd4=no
   ifeq ($(multilib),yes)
     ifeq ($(biarchn32)-$(biarch32),yes-yes)
       CONFARGS += --enable-targets=all
@@ -691,7 +689,6 @@ endif
 ifneq (,$(findstring mips64-linux-gnuabi64,$(DEB_TARGET_GNU_TYPE)))
   CONFARGS += --with-mips-plt
   CONFARGS += --with-arch-64=mips64r2
-  CONFARGS += --with-madd4=no
   ifeq ($(multilib),yes)
     ifeq ($(biarchn32)-$(biarch32),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