summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2010-07-26 07:30:20 +0000
committerKeri Harris <keri@gentoo.org>2010-07-26 07:30:20 +0000
commit3199b79f1d5f1c8a51be1f979ca78e7278e7498f (patch)
tree415aaf1546cbf4b55b5853a1475bac23eb4d80cf /dev-lang/mercury/files
parentRemove sci-geosciences/vis5d+ mask (diff)
downloadgentoo-2-3199b79f1d5f1c8a51be1f979ca78e7278e7498f.tar.gz
gentoo-2-3199b79f1d5f1c8a51be1f979ca78e7278e7498f.tar.bz2
gentoo-2-3199b79f1d5f1c8a51be1f979ca78e7278e7498f.zip
Specify llds-base-grade for sparc
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mercury/files')
-rw-r--r--dev-lang/mercury/files/mercury-10.04-sparc-llds-base-grade.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/mercury/files/mercury-10.04-sparc-llds-base-grade.patch b/dev-lang/mercury/files/mercury-10.04-sparc-llds-base-grade.patch
new file mode 100644
index 000000000000..8c766d5c5ecd
--- /dev/null
+++ b/dev-lang/mercury/files/mercury-10.04-sparc-llds-base-grade.patch
@@ -0,0 +1,11 @@
+--- mercury-compiler-10.04.orig/configure 2010-07-18 20:40:26.000000000 +1200
++++ mercury-compiler-10.04/configure 2010-07-24 19:26:57.000000000 +1200
+@@ -10804,7 +10804,7 @@
+ # The asm_fast and reg grades also do not currently work on Linux/PPC.
+ #
+ case "$host" in
+- i*86*apple*darwin*|x86_64*apple*darwin*|powerpc*-linux-gnu)
++ i*86*apple*darwin*|x86_64*apple*darwin*|powerpc*-linux-gnu|sparc*-linux-gnu)
+ BEST_LLDS_BASE_GRADE=none
+ ;;
+ esac