8245070: 32-bit builds are broken after JDK-8242524
Reviewed-by: erikj, ihse
This commit is contained in:
parent
60728a487c
commit
02293daa64
@ -147,6 +147,7 @@ ifeq ($(BUILD_CDS_ARCHIVE), true)
|
|||||||
|
|
||||||
JRE_TARGETS += $(gen_cds_archive_jre)
|
JRE_TARGETS += $(gen_cds_archive_jre)
|
||||||
|
|
||||||
|
ifeq ($(call isTargetCpuBits, 64), true)
|
||||||
$(eval $(call SetupExecute, gen_cds_nocoops_archive_jdk, \
|
$(eval $(call SetupExecute, gen_cds_nocoops_archive_jdk, \
|
||||||
WARN := Creating CDS-NOCOOPS archive for jdk image, \
|
WARN := Creating CDS-NOCOOPS archive for jdk image, \
|
||||||
DEPS := $(jlink_jdk), \
|
DEPS := $(jlink_jdk), \
|
||||||
@ -174,6 +175,8 @@ ifeq ($(BUILD_CDS_ARCHIVE), true)
|
|||||||
JRE_TARGETS += $(gen_cds_nocoops_archive_jre)
|
JRE_TARGETS += $(gen_cds_nocoops_archive_jre)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# src.zip
|
# src.zip
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user