Kaydet (Commit) 34433196 authored tarafından Rene Engelhard's avatar Rene Engelhard

add "GODSON64" aka mips64 to the JAVAINTERPRETER 64bit check

Change-Id: I20aa0e6cea6626efb5f507a6dbbfb7e6149029ce
üst 82cf6c67
...@@ -6829,7 +6829,7 @@ if test "$ENABLE_JAVA" != ""; then ...@@ -6829,7 +6829,7 @@ if test "$ENABLE_JAVA" != ""; then
JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"` JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"`
elif test "$cross_compiling" != "yes"; then elif test "$cross_compiling" != "yes"; then
case $CPUNAME in case $CPUNAME in
AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64) AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|GODSON64)
if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then
AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit]) AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit])
AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK]) AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment