diff options
author | aurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-09-08 15:53:02 +0000 |
---|---|---|
committer | aurel32 <aurel32@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-09-08 15:53:02 +0000 |
commit | 8add21d5e97f25d29e9ef6e8131f046cfd1f320a (patch) | |
tree | 37822322a395cc6207b76037c3d7cdb7c5bee526 /debian/rules.patch | |
parent | a70391c18bdaa40b0b6c60815fa6539bce104b38 (diff) | |
download | gcc-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.patch | 4 |
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? |