common/autoconf/generated-configure.sh
changeset 28004 d0931c6d456a
parent 27865 6c830e3b9caf
child 28287 d031becc9e35
child 28602 51c0dcf51b67
equal deleted inserted replaced
28003:577e534faca4 28004:d0931c6d456a
  4327 # definitions. It is replaced with custom functionality when building
  4327 # definitions. It is replaced with custom functionality when building
  4328 # custom sources.
  4328 # custom sources.
  4329 #CUSTOM_AUTOCONF_INCLUDE
  4329 #CUSTOM_AUTOCONF_INCLUDE
  4330 
  4330 
  4331 # Do not change or remove the following line, it is needed for consistency checks:
  4331 # Do not change or remove the following line, it is needed for consistency checks:
  4332 DATE_WHEN_GENERATED=1418036274
  4332 DATE_WHEN_GENERATED=1418395009
  4333 
  4333 
  4334 ###############################################################################
  4334 ###############################################################################
  4335 #
  4335 #
  4336 # Initialization / Boot-strapping
  4336 # Initialization / Boot-strapping
  4337 #
  4337 #
 13963   fi
 13963   fi
 13964 
 13964 
 13965 
 13965 
 13966   # ZERO_ARCHDEF is used to enable architecture-specific code
 13966   # ZERO_ARCHDEF is used to enable architecture-specific code
 13967   case "${OPENJDK_TARGET_CPU}" in
 13967   case "${OPENJDK_TARGET_CPU}" in
 13968     ppc*)    ZERO_ARCHDEF=PPC   ;;
 13968     ppc)     ZERO_ARCHDEF=PPC32 ;;
       
 13969     ppc64)   ZERO_ARCHDEF=PPC64 ;;
 13969     s390*)   ZERO_ARCHDEF=S390  ;;
 13970     s390*)   ZERO_ARCHDEF=S390  ;;
 13970     sparc*)  ZERO_ARCHDEF=SPARC ;;
 13971     sparc*)  ZERO_ARCHDEF=SPARC ;;
 13971     x86_64*) ZERO_ARCHDEF=AMD64 ;;
 13972     x86_64*) ZERO_ARCHDEF=AMD64 ;;
 13972     x86)     ZERO_ARCHDEF=IA32  ;;
 13973     x86)     ZERO_ARCHDEF=IA32  ;;
 13973     *)      ZERO_ARCHDEF=$(echo "${OPENJDK_TARGET_CPU_LEGACY_LIB}" | tr a-z A-Z)
 13974     *)      ZERO_ARCHDEF=$(echo "${OPENJDK_TARGET_CPU_LEGACY_LIB}" | tr a-z A-Z)