summaryrefslogtreecommitdiff
path: root/debian/rules.patch
diff options
context:
space:
mode:
authoraurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-09-08 15:53:02 +0000
committeraurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>2015-09-08 15:53:02 +0000
commit8add21d5e97f25d29e9ef6e8131f046cfd1f320a (patch)
tree37822322a395cc6207b76037c3d7cdb7c5bee526 /debian/rules.patch
parenta70391c18bdaa40b0b6c60815fa6539bce104b38 (diff)
downloadgcc-5-8add21d5e97f25d29e9ef6e8131f046cfd1f320a.tar.gz
* Use --with-mips-plt on mips*.
* Build for R2 ISA on mips, mips64 and mips64el. * Optimize for R2 ISA on mipsel. * Only apply mips-fix-loongson2f-nop on mipsel. git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8218 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.patch')
-rw-r--r--debian/rules.patch4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules.patch b/debian/rules.patch
index 092fcfc..f1975d3 100644
--- a/debian/rules.patch
+++ b/debian/rules.patch
@@ -310,7 +310,9 @@ ifneq (,$(filter $(derivative),Ubuntu))
else # Debian
#debian_patches += gcc-as-needed
endif
-debian_patches += mips-fix-loongson2f-nop
+ifeq ($(DEB_TARGET_ARCH),mipsel)
+ debian_patches += mips-fix-loongson2f-nop
+endif
debian_patches += libgomp-kfreebsd-testsuite
debian_patches += go-testsuite
# FIXME: Still relevant?