common/autoconf/generated-configure.sh

changeset 1133
50aaf272884f
parent 1132
d117f01bfb4f
parent 1
2bcf2a10b799
child 1288
7801df19942d
     1.1 --- a/common/autoconf/generated-configure.sh	Wed Sep 17 11:23:18 2014 -0700
     1.2 +++ b/common/autoconf/generated-configure.sh	Thu Aug 31 15:40:18 2017 +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 @@ -6860,6 +6866,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 @@ -6991,6 +7003,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 @@ -7145,6 +7163,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