[gcc-6] 163/401: * Drop support for loongson 2f (YunQiang Su). Closes: #827554.
Ximin Luo
infinity0 at debian.org
Wed Apr 5 15:48:49 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 46fbd47c5cf89db51d6af6fff2b54fed3ad98013
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Mon Jun 20 12:07:06 2016 +0000
* Drop support for loongson 2f (YunQiang Su). Closes: #827554.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-6@8889 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/changelog | 1 +
debian/patches/mips-fix-loongson2f-nop.diff | 15 ---------------
debian/rules.patch | 3 ---
3 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0cc8b1f..7410368 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ gcc-6 (6.1.1-7) UNRELEASED; urgency=medium
* Fix libgnatprj build to avoid undefined symbols (YunQiang Su).
Closes: #826503.
* Add build support for tilegx (Helmut Grohne). Closes: #827578.
+ * Drop support for loongson 2f (YunQiang Su). Closes: #827554.
-- Matthias Klose <doko at debian.org> Mon, 20 Jun 2016 13:41:44 +0200
diff --git a/debian/patches/mips-fix-loongson2f-nop.diff b/debian/patches/mips-fix-loongson2f-nop.diff
deleted file mode 100644
index 215eaf8..0000000
--- a/debian/patches/mips-fix-loongson2f-nop.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-# DP: On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
-# DP: is not passed.
-
-Index: b/src/gcc/config/mips/mips.h
-===================================================================
---- a/src/gcc/config/mips/mips.h
-+++ b/src/gcc/config/mips/mips.h
-@@ -1343,6 +1343,7 @@ struct mips_cpu_info {
- %{msym32} %{mno-sym32} \
- %{mtune=*}" \
- FP_ASM_SPEC "\
-+%{!mno-fix-loongson2f-nop:-mfix-loongson2f-nop} \
- %(subtarget_asm_spec)"
-
- /* Extra switches sometimes passed to the linker. */
diff --git a/debian/rules.patch b/debian/rules.patch
index cc5b9d7..49b9d95 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -309,9 +309,6 @@ ifneq (,$(filter $(derivative),Ubuntu))
else # Debian
#debian_patches += gcc-as-needed
endif
-ifeq ($(DEB_TARGET_ARCH),mipsel)
- debian_patches += mips-fix-loongson2f-nop
-endif
debian_patches += libgomp-kfreebsd-testsuite
debian_patches += go-testsuite
--
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