common/autoconf/generated-configure.sh

changeset 1859
8b0588603185
parent 1586
86fa734a1c14
parent 1482
8fb429038513
child 2003
2224002fc647
equal deleted inserted replaced
1858:14388b14d484 1859:8b0588603185
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
6876 VAR_CPU=sparcv9 6882 VAR_CPU=sparcv9
6877 VAR_CPU_ARCH=sparc 6883 VAR_CPU_ARCH=sparc
6878 VAR_CPU_BITS=64 6884 VAR_CPU_BITS=64
6879 VAR_CPU_ENDIAN=big 6885 VAR_CPU_ENDIAN=big
6880 ;; 6886 ;;
6887 mips64el)
6888 VAR_CPU=mips64
6889 VAR_CPU_ARCH=mips
6890 VAR_CPU_BITS=64
6891 VAR_CPU_ENDIAN=little
6892 ;;
6881 *) 6893 *)
6882 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5 6894 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
6883 ;; 6895 ;;
6884 esac 6896 esac
6885 6897
7013 VAR_CPU=sparcv9 7025 VAR_CPU=sparcv9
7014 VAR_CPU_ARCH=sparc 7026 VAR_CPU_ARCH=sparc
7015 VAR_CPU_BITS=64 7027 VAR_CPU_BITS=64
7016 VAR_CPU_ENDIAN=big 7028 VAR_CPU_ENDIAN=big
7017 ;; 7029 ;;
7030 mips64el)
7031 VAR_CPU=mips64
7032 VAR_CPU_ARCH=mips
7033 VAR_CPU_BITS=64
7034 VAR_CPU_ENDIAN=little
7035 ;;
7018 *) 7036 *)
7019 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5 7037 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
7020 ;; 7038 ;;
7021 esac 7039 esac
7022 7040
7167 # On linux only, we replace x86 with i386. 7185 # On linux only, we replace x86 with i386.
7168 OPENJDK_TARGET_CPU_OSARCH="i386" 7186 OPENJDK_TARGET_CPU_OSARCH="i386"
7169 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then 7187 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
7170 # On all platforms except macosx, we replace x86_64 with amd64. 7188 # On all platforms except macosx, we replace x86_64 with amd64.
7171 OPENJDK_TARGET_CPU_OSARCH="amd64" 7189 OPENJDK_TARGET_CPU_OSARCH="amd64"
7190 elif test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xmips64; then
7191 # 2013/11/13 Jin: to be exactly same with OpenJDK 6(mips64)
7192 # System.getProperty("os.arch"): mips64 -> mips64el
7193 OPENJDK_TARGET_CPU_OSARCH="mips64el"
7172 fi 7194 fi
7173 7195
7174 7196
7175 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU" 7197 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU"
7176 if test "x$OPENJDK_TARGET_CPU" = xx86; then 7198 if test "x$OPENJDK_TARGET_CPU" = xx86; then

mercurial