common/autoconf/generated-configure.sh

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

mercurial