Skip to content

Commit

Permalink
RISC-V: install JIT library when creating JDK image
Browse files Browse the repository at this point in the history
  • Loading branch information
janvrany committed Dec 15, 2023
1 parent c2b4f25 commit b43dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/custom/copy/Copy-java.base.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $(call openj9_copy_files_and_debuginfos, \
$(addprefix $(LIB_DST_DIR), / /j9vm/ /server/)))

# Target platforms without JIT support.
NO_JIT_PLATFORMS := linux_riscv64
NO_JIT_PLATFORMS :=
TARGET_PLATFORM := $(OPENJDK_TARGET_OS)_$(OPENJDK_TARGET_CPU)

$(call openj9_copy_shlibs, \
Expand Down

0 comments on commit b43dc34

Please sign in to comment.