common/autoconf/generated-configure.sh

changeset 1288
7801df19942d
parent 1256
99a215ad14e3
parent 1133
50aaf272884f
child 1482
8fb429038513
equal deleted inserted replaced
1287:8b3c10f939d7 1288:7801df19942d
11 # This configure script is free software; the Free Software Foundation 11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it. 12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ## 13 ## -------------------- ##
14 ## M4sh Initialization. ## 14 ## M4sh Initialization. ##
15 ## -------------------- ## 15 ## -------------------- ##
16
17 #
18 # This file has been modified by Loongson Technology in 2015. These
19 # modifications are Copyright (c) 2015 Loongson Technology, and are made
20 # available on the same license terms set forth above.
21 #
16 22
17 # Be more Bourne compatible 23 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh 24 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 25 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh 26 emulate sh
6862 VAR_CPU=sparcv9 6868 VAR_CPU=sparcv9
6863 VAR_CPU_ARCH=sparc 6869 VAR_CPU_ARCH=sparc
6864 VAR_CPU_BITS=64 6870 VAR_CPU_BITS=64
6865 VAR_CPU_ENDIAN=big 6871 VAR_CPU_ENDIAN=big
6866 ;; 6872 ;;
6873 mips64el)
6874 VAR_CPU=mips64
6875 VAR_CPU_ARCH=mips
6876 VAR_CPU_BITS=64
6877 VAR_CPU_ENDIAN=little
6878 ;;
6867 *) 6879 *)
6868 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5 6880 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
6869 ;; 6881 ;;
6870 esac 6882 esac
6871 6883
6993 VAR_CPU=sparcv9 7005 VAR_CPU=sparcv9
6994 VAR_CPU_ARCH=sparc 7006 VAR_CPU_ARCH=sparc
6995 VAR_CPU_BITS=64 7007 VAR_CPU_BITS=64
6996 VAR_CPU_ENDIAN=big 7008 VAR_CPU_ENDIAN=big
6997 ;; 7009 ;;
7010 mips64el)
7011 VAR_CPU=mips64
7012 VAR_CPU_ARCH=mips
7013 VAR_CPU_BITS=64
7014 VAR_CPU_ENDIAN=little
7015 ;;
6998 *) 7016 *)
6999 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5 7017 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
7000 ;; 7018 ;;
7001 esac 7019 esac
7002 7020
7147 # On linux only, we replace x86 with i386. 7165 # On linux only, we replace x86 with i386.
7148 OPENJDK_TARGET_CPU_OSARCH="i386" 7166 OPENJDK_TARGET_CPU_OSARCH="i386"
7149 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then 7167 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
7150 # On all platforms except macosx, we replace x86_64 with amd64. 7168 # On all platforms except macosx, we replace x86_64 with amd64.
7151 OPENJDK_TARGET_CPU_OSARCH="amd64" 7169 OPENJDK_TARGET_CPU_OSARCH="amd64"
7170 elif test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xmips64; then
7171 # 2013/11/13 Jin: to be exactly same with OpenJDK 6(mips64)
7172 # System.getProperty("os.arch"): mips64 -> mips64el
7173 OPENJDK_TARGET_CPU_OSARCH="mips64el"
7152 fi 7174 fi
7153 7175
7154 7176
7155 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU" 7177 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU"
7156 if test "x$OPENJDK_TARGET_CPU" = xx86; then 7178 if test "x$OPENJDK_TARGET_CPU" = xx86; then

mercurial