8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures

Tue, 03 Mar 2015 11:51:15 +0100

author
sgehwolf
date
Tue, 03 Mar 2015 11:51:15 +0100
changeset 1314
8c6fc91495b9
parent 1313
1f0f9bd93232
child 1315
74dbdbcb6aac
child 1320
045eace96e6d

8067330: ZERO_ARCHDEF incorrectly defined for PPC/PPC64 architectures
Reviewed-by: simonis, tbell, erikj

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	Fri Feb 27 15:41:51 2015 -0800
     1.2 +++ b/common/autoconf/generated-configure.sh	Tue Mar 03 11:51:15 2015 +0100
     1.3 @@ -3877,7 +3877,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=1421450260
     1.8 +DATE_WHEN_GENERATED=1425379745
     1.9  
    1.10  ###############################################################################
    1.11  #
    1.12 @@ -7212,7 +7212,8 @@
    1.13  
    1.14    # ZERO_ARCHDEF is used to enable architecture-specific code
    1.15    case "${OPENJDK_TARGET_CPU}" in
    1.16 -    ppc*)    ZERO_ARCHDEF=PPC   ;;
    1.17 +    ppc)     ZERO_ARCHDEF=PPC32 ;;
    1.18 +    ppc64)   ZERO_ARCHDEF=PPC64 ;;
    1.19      s390*)   ZERO_ARCHDEF=S390  ;;
    1.20      sparc*)  ZERO_ARCHDEF=SPARC ;;
    1.21      x86_64*) ZERO_ARCHDEF=AMD64 ;;
     2.1 --- a/common/autoconf/platform.m4	Fri Feb 27 15:41:51 2015 -0800
     2.2 +++ b/common/autoconf/platform.m4	Tue Mar 03 11:51:15 2015 +0100
     2.3 @@ -365,7 +365,8 @@
     2.4  
     2.5    # ZERO_ARCHDEF is used to enable architecture-specific code
     2.6    case "${OPENJDK_TARGET_CPU}" in
     2.7 -    ppc*)    ZERO_ARCHDEF=PPC   ;;
     2.8 +    ppc)     ZERO_ARCHDEF=PPC32 ;;
     2.9 +    ppc64)   ZERO_ARCHDEF=PPC64 ;;
    2.10      s390*)   ZERO_ARCHDEF=S390  ;;
    2.11      sparc*)  ZERO_ARCHDEF=SPARC ;;
    2.12      x86_64*) ZERO_ARCHDEF=AMD64 ;;

mercurial