mips64el.patch 469 B

123456789101112131415
  1. diff -Nur icedtea-2.3.9.orig/configure icedtea-2.3.9/configure
  2. --- icedtea-2.3.9.orig/configure 2013-04-21 22:48:30.000000000 +0200
  3. +++ icedtea-2.3.9/configure 2013-05-13 12:43:02.000000000 +0200
  4. @@ -7159,6 +7159,11 @@
  5. INSTALL_ARCH_DIR=mipsel
  6. JRE_ARCH_DIR=mipsel
  7. ;;
  8. + mips64el)
  9. + BUILD_ARCH_DIR=mipsel
  10. + INSTALL_ARCH_DIR=mipsel
  11. + JRE_ARCH_DIR=mipsel
  12. + ;;
  13. powerpc)
  14. BUILD_ARCH_DIR=ppc
  15. INSTALL_ARCH_DIR=ppc