common/autoconf/generated-configure.sh

changeset 2107
d2665bc3ac3a
parent 2069
940da49cc4da
parent 2003
2224002fc647
child 2159
5907c486e70f
equal deleted inserted replaced
2106:173b2b978c05 2107:d2665bc3ac3a
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
6908 VAR_CPU=sparcv9 6914 VAR_CPU=sparcv9
6909 VAR_CPU_ARCH=sparc 6915 VAR_CPU_ARCH=sparc
6910 VAR_CPU_BITS=64 6916 VAR_CPU_BITS=64
6911 VAR_CPU_ENDIAN=big 6917 VAR_CPU_ENDIAN=big
6912 ;; 6918 ;;
6919 mips64el)
6920 VAR_CPU=mips64
6921 VAR_CPU_ARCH=mips
6922 VAR_CPU_BITS=64
6923 VAR_CPU_ENDIAN=little
6924 ;;
6913 *) 6925 *)
6914 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5 6926 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
6915 ;; 6927 ;;
6916 esac 6928 esac
6917 6929
7045 VAR_CPU=sparcv9 7057 VAR_CPU=sparcv9
7046 VAR_CPU_ARCH=sparc 7058 VAR_CPU_ARCH=sparc
7047 VAR_CPU_BITS=64 7059 VAR_CPU_BITS=64
7048 VAR_CPU_ENDIAN=big 7060 VAR_CPU_ENDIAN=big
7049 ;; 7061 ;;
7062 mips64el)
7063 VAR_CPU=mips64
7064 VAR_CPU_ARCH=mips
7065 VAR_CPU_BITS=64
7066 VAR_CPU_ENDIAN=little
7067 ;;
7050 *) 7068 *)
7051 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5 7069 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
7052 ;; 7070 ;;
7053 esac 7071 esac
7054 7072
7199 # On linux only, we replace x86 with i386. 7217 # On linux only, we replace x86 with i386.
7200 OPENJDK_TARGET_CPU_OSARCH="i386" 7218 OPENJDK_TARGET_CPU_OSARCH="i386"
7201 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then 7219 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
7202 # On all platforms except macosx, we replace x86_64 with amd64. 7220 # On all platforms except macosx, we replace x86_64 with amd64.
7203 OPENJDK_TARGET_CPU_OSARCH="amd64" 7221 OPENJDK_TARGET_CPU_OSARCH="amd64"
7222 elif test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xmips64; then
7223 # 2013/11/13 Jin: to be exactly same with OpenJDK 6(mips64)
7224 # System.getProperty("os.arch"): mips64 -> mips64el
7225 OPENJDK_TARGET_CPU_OSARCH="mips64el"
7204 fi 7226 fi
7205 7227
7206 7228
7207 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU" 7229 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU"
7208 if test "x$OPENJDK_TARGET_CPU" = xx86; then 7230 if test "x$OPENJDK_TARGET_CPU" = xx86; then

mercurial