common/autoconf/generated-configure.sh

changeset 1133
50aaf272884f
parent 1132
d117f01bfb4f
parent 1
2bcf2a10b799
child 1288
7801df19942d
equal deleted inserted replaced
1132:d117f01bfb4f 1133:50aaf272884f
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
6858 VAR_CPU=sparcv9 6864 VAR_CPU=sparcv9
6859 VAR_CPU_ARCH=sparc 6865 VAR_CPU_ARCH=sparc
6860 VAR_CPU_BITS=64 6866 VAR_CPU_BITS=64
6861 VAR_CPU_ENDIAN=big 6867 VAR_CPU_ENDIAN=big
6862 ;; 6868 ;;
6869 mips64el)
6870 VAR_CPU=mips64
6871 VAR_CPU_ARCH=mips
6872 VAR_CPU_BITS=64
6873 VAR_CPU_ENDIAN=little
6874 ;;
6863 *) 6875 *)
6864 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5 6876 as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
6865 ;; 6877 ;;
6866 esac 6878 esac
6867 6879
6989 VAR_CPU=sparcv9 7001 VAR_CPU=sparcv9
6990 VAR_CPU_ARCH=sparc 7002 VAR_CPU_ARCH=sparc
6991 VAR_CPU_BITS=64 7003 VAR_CPU_BITS=64
6992 VAR_CPU_ENDIAN=big 7004 VAR_CPU_ENDIAN=big
6993 ;; 7005 ;;
7006 mips64el)
7007 VAR_CPU=mips64
7008 VAR_CPU_ARCH=mips
7009 VAR_CPU_BITS=64
7010 VAR_CPU_ENDIAN=little
7011 ;;
6994 *) 7012 *)
6995 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5 7013 as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
6996 ;; 7014 ;;
6997 esac 7015 esac
6998 7016
7143 # On linux only, we replace x86 with i386. 7161 # On linux only, we replace x86 with i386.
7144 OPENJDK_TARGET_CPU_OSARCH="i386" 7162 OPENJDK_TARGET_CPU_OSARCH="i386"
7145 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then 7163 elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
7146 # On all platforms except macosx, we replace x86_64 with amd64. 7164 # On all platforms except macosx, we replace x86_64 with amd64.
7147 OPENJDK_TARGET_CPU_OSARCH="amd64" 7165 OPENJDK_TARGET_CPU_OSARCH="amd64"
7166 elif test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xmips64; then
7167 # 2013/11/13 Jin: to be exactly same with OpenJDK 6(mips64)
7168 # System.getProperty("os.arch"): mips64 -> mips64el
7169 OPENJDK_TARGET_CPU_OSARCH="mips64el"
7148 fi 7170 fi
7149 7171
7150 7172
7151 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU" 7173 OPENJDK_TARGET_CPU_JLI="$OPENJDK_TARGET_CPU"
7152 if test "x$OPENJDK_TARGET_CPU" = xx86; then 7174 if test "x$OPENJDK_TARGET_CPU" = xx86; then

mercurial