common/autoconf/generated-configure.sh

changeset 2107
d2665bc3ac3a
parent 2069
940da49cc4da
parent 2003
2224002fc647
child 2159
5907c486e70f
     1.1 --- a/common/autoconf/generated-configure.sh	Tue Dec 19 15:21:22 2017 -0800
     1.2 +++ b/common/autoconf/generated-configure.sh	Mon May 28 10:42:25 2018 +0800
     1.3 @@ -14,6 +14,12 @@
     1.4  ## M4sh Initialization. ##
     1.5  ## -------------------- ##
     1.6  
     1.7 +#
     1.8 +# This file has been modified by Loongson Technology in 2015. These
     1.9 +# modifications are Copyright (c) 2015 Loongson Technology, and are made
    1.10 +# available on the same license terms set forth above.
    1.11 +#
    1.12 +
    1.13  # Be more Bourne compatible
    1.14  DUALCASE=1; export DUALCASE # for MKS sh
    1.15  if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
    1.16 @@ -6910,6 +6916,12 @@
    1.17        VAR_CPU_BITS=64
    1.18        VAR_CPU_ENDIAN=big
    1.19        ;;
    1.20 +    mips64el)
    1.21 +      VAR_CPU=mips64
    1.22 +      VAR_CPU_ARCH=mips
    1.23 +      VAR_CPU_BITS=64
    1.24 +      VAR_CPU_ENDIAN=little
    1.25 +      ;;
    1.26      *)
    1.27        as_fn_error $? "unsupported cpu $build_cpu" "$LINENO" 5
    1.28        ;;
    1.29 @@ -7047,6 +7059,12 @@
    1.30        VAR_CPU_BITS=64
    1.31        VAR_CPU_ENDIAN=big
    1.32        ;;
    1.33 +    mips64el)
    1.34 +      VAR_CPU=mips64
    1.35 +      VAR_CPU_ARCH=mips
    1.36 +      VAR_CPU_BITS=64
    1.37 +      VAR_CPU_ENDIAN=little
    1.38 +      ;;
    1.39      *)
    1.40        as_fn_error $? "unsupported cpu $host_cpu" "$LINENO" 5
    1.41        ;;
    1.42 @@ -7201,6 +7219,10 @@
    1.43    elif test "x$OPENJDK_TARGET_OS" != xmacosx && test "x$OPENJDK_TARGET_CPU" = xx86_64; then
    1.44      # On all platforms except macosx, we replace x86_64 with amd64.
    1.45      OPENJDK_TARGET_CPU_OSARCH="amd64"
    1.46 +  elif test "x$OPENJDK_TARGET_OS" = xlinux && test "x$OPENJDK_TARGET_CPU" = xmips64; then
    1.47 +    # 2013/11/13 Jin: to be exactly same with OpenJDK 6(mips64)
    1.48 +    #   System.getProperty("os.arch"): mips64 -> mips64el
    1.49 +    OPENJDK_TARGET_CPU_OSARCH="mips64el"
    1.50    fi
    1.51  
    1.52  

mercurial