summaryrefslogtreecommitdiff
path: root/package/openjdk7/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-13 15:36:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-13 15:36:34 +0200
commitb7d17c687b97827cb32656801dd3abc114cb8854 (patch)
treecd237a2156f251e50c024b15a83cabb8b221638a /package/openjdk7/patches
parent237c680589a79b8c4974a1e529bdd34c285eb250 (diff)
add mips64el stuff
Diffstat (limited to 'package/openjdk7/patches')
-rw-r--r--package/openjdk7/patches/mips64el.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/package/openjdk7/patches/mips64el.patch b/package/openjdk7/patches/mips64el.patch
new file mode 100644
index 000000000..501167582
--- /dev/null
+++ b/package/openjdk7/patches/mips64el.patch
@@ -0,0 +1,15 @@
+diff -Nur icedtea-2.3.9.orig/configure icedtea-2.3.9/configure
+--- icedtea-2.3.9.orig/configure 2013-04-21 22:48:30.000000000 +0200
++++ icedtea-2.3.9/configure 2013-05-13 12:43:02.000000000 +0200
+@@ -7159,6 +7159,11 @@
+ INSTALL_ARCH_DIR=mipsel
+ JRE_ARCH_DIR=mipsel
+ ;;
++ mips64el)
++ BUILD_ARCH_DIR=mipsel
++ INSTALL_ARCH_DIR=mipsel
++ JRE_ARCH_DIR=mipsel
++ ;;
+ powerpc)
+ BUILD_ARCH_DIR=ppc
+ INSTALL_ARCH_DIR=ppc