aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2011-11-15 17:06:50 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2011-11-15 17:06:50 -0500
commit40aa6d1571d5f00d6640f0b27ddf08a22c9cc381 (patch)
tree1f7644ea0d9407a1e568043885d542d2132e245c /sci-mathematics/scilab/files/renesas-sh.diff
parent[dev-ml/lacaml] initial import (diff)
downloadsci-40aa6d1571d5f00d6640f0b27ddf08a22c9cc381.tar.gz
sci-40aa6d1571d5f00d6640f0b27ddf08a22c9cc381.tar.bz2
sci-40aa6d1571d5f00d6640f0b27ddf08a22c9cc381.zip
[sci-mathematics/scilab] 5.3.3 version bump
Diffstat (limited to 'sci-mathematics/scilab/files/renesas-sh.diff')
-rw-r--r--sci-mathematics/scilab/files/renesas-sh.diff34
1 files changed, 0 insertions, 34 deletions
diff --git a/sci-mathematics/scilab/files/renesas-sh.diff b/sci-mathematics/scilab/files/renesas-sh.diff
deleted file mode 100644
index 7aa655fe6..000000000
--- a/sci-mathematics/scilab/files/renesas-sh.diff
+++ /dev/null
@@ -1,34 +0,0 @@
-commit 9586bf474819f11734927d5138056c0c837b9bdb
-Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
-Date: Fri Feb 19 23:44:51 2010 +0100
-
- Support of Renesas SH(sh4)
-
-diff --git a/scilab/bin/scilab b/scilab/bin/scilab
-index 7ec4bbc..f453f9a 100755
---- a/scilab/bin/scilab
-+++ b/scilab/bin/scilab
-@@ -377,6 +377,9 @@ fi
- "sparc64")
- proc="sparc"
- ;;
-+ sh*)
-+ proc="sh"
-+ ;;
- *)
- echo "Could not find the Java configuration for the model <${MODEL}>. Please contact us."
- ;;
-diff --git a/scilab/m4/java.m4 b/scilab/m4/java.m4
-index 469019b..918fbf7 100644
---- a/scilab/m4/java.m4
-+++ b/scilab/m4/java.m4
-@@ -446,6 +446,9 @@ AC_DEFUN([AC_JAVA_JNI_LIBS], [
- s390x) # s390 arch can also returns s390x
- machine=s390
- ;;
-+ sh*)
-+ machine=sh
-+ ;;
- esac
-
- AC_MSG_LOG([Looking for JNI libs with $machine as machine hardware name])