common/autoconf/generated-configure.sh

changeset 1314
8c6fc91495b9
parent 1305
ff4a622a5cc4
child 1320
045eace96e6d
equal deleted inserted replaced
1313:1f0f9bd93232 1314:8c6fc91495b9
3875 # definitions. It is replaced with custom functionality when building 3875 # definitions. It is replaced with custom functionality when building
3876 # custom sources. 3876 # custom sources.
3877 #CUSTOM_AUTOCONF_INCLUDE 3877 #CUSTOM_AUTOCONF_INCLUDE
3878 3878
3879 # Do not change or remove the following line, it is needed for consistency checks: 3879 # Do not change or remove the following line, it is needed for consistency checks:
3880 DATE_WHEN_GENERATED=1421450260 3880 DATE_WHEN_GENERATED=1425379745
3881 3881
3882 ############################################################################### 3882 ###############################################################################
3883 # 3883 #
3884 # Initialization / Boot-strapping 3884 # Initialization / Boot-strapping
3885 # 3885 #
7210 fi 7210 fi
7211 7211
7212 7212
7213 # ZERO_ARCHDEF is used to enable architecture-specific code 7213 # ZERO_ARCHDEF is used to enable architecture-specific code
7214 case "${OPENJDK_TARGET_CPU}" in 7214 case "${OPENJDK_TARGET_CPU}" in
7215 ppc*) ZERO_ARCHDEF=PPC ;; 7215 ppc) ZERO_ARCHDEF=PPC32 ;;
7216 ppc64) ZERO_ARCHDEF=PPC64 ;;
7216 s390*) ZERO_ARCHDEF=S390 ;; 7217 s390*) ZERO_ARCHDEF=S390 ;;
7217 sparc*) ZERO_ARCHDEF=SPARC ;; 7218 sparc*) ZERO_ARCHDEF=SPARC ;;
7218 x86_64*) ZERO_ARCHDEF=AMD64 ;; 7219 x86_64*) ZERO_ARCHDEF=AMD64 ;;
7219 x86) ZERO_ARCHDEF=IA32 ;; 7220 x86) ZERO_ARCHDEF=IA32 ;;
7220 *) ZERO_ARCHDEF=$(echo "${OPENJDK_TARGET_CPU_LEGACY_LIB}" | tr a-z A-Z) 7221 *) ZERO_ARCHDEF=$(echo "${OPENJDK_TARGET_CPU_LEGACY_LIB}" | tr a-z A-Z)

mercurial