8047763: Recognize sparc64 as a sparc platform

Thu, 17 Dec 2015 17:21:38 -0800

author
gthornbr
date
Thu, 17 Dec 2015 17:21:38 -0800
changeset 1586
86fa734a1c14
parent 1585
65315e30034e
child 1587
086110539435

8047763: Recognize sparc64 as a sparc platform
Reviewed-by: dcubed, mikael

common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
common/autoconf/platform.m4 file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/generated-configure.sh	Thu Dec 17 16:57:48 2015 -0800
     1.2 +++ b/common/autoconf/generated-configure.sh	Thu Dec 17 17:21:38 2015 -0800
     1.3 @@ -3880,7 +3880,7 @@
     1.4  #CUSTOM_AUTOCONF_INCLUDE
     1.5  
     1.6  # Do not change or remove the following line, it is needed for consistency checks:
     1.7 -DATE_WHEN_GENERATED=1445418840
     1.8 +DATE_WHEN_GENERATED=1449096260
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -6872,7 +6872,7 @@
    1.13        VAR_CPU_BITS=32
    1.14        VAR_CPU_ENDIAN=big
    1.15        ;;
    1.16 -    sparcv9)
    1.17 +    sparcv9|sparc64)
    1.18        VAR_CPU=sparcv9
    1.19        VAR_CPU_ARCH=sparc
    1.20        VAR_CPU_BITS=64
    1.21 @@ -7009,7 +7009,7 @@
    1.22        VAR_CPU_BITS=32
    1.23        VAR_CPU_ENDIAN=big
    1.24        ;;
    1.25 -    sparcv9)
    1.26 +    sparcv9|sparc64)
    1.27        VAR_CPU=sparcv9
    1.28        VAR_CPU_ARCH=sparc
    1.29        VAR_CPU_BITS=64
     2.1 --- a/common/autoconf/platform.m4	Thu Dec 17 16:57:48 2015 -0800
     2.2 +++ b/common/autoconf/platform.m4	Thu Dec 17 17:21:38 2015 -0800
     2.3 @@ -1,5 +1,5 @@
     2.4  #
     2.5 -# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2.6 +# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     2.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8  #
     2.9  # This code is free software; you can redistribute it and/or modify it
    2.10 @@ -90,7 +90,7 @@
    2.11        VAR_CPU_BITS=32
    2.12        VAR_CPU_ENDIAN=big
    2.13        ;;
    2.14 -    sparcv9)
    2.15 +    sparcv9|sparc64)
    2.16        VAR_CPU=sparcv9
    2.17        VAR_CPU_ARCH=sparc
    2.18        VAR_CPU_BITS=64

mercurial