Skip to content

Commit

Permalink
Merge pull request #482 from dnakamura/cross-11
Browse files Browse the repository at this point in the history
CMake: Don't use separate cross compile spec
  • Loading branch information
keithc-ca committed Mar 3, 2022
2 parents fa297c8 + 3e11be8 commit ee602f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/OpenJ9.gmk
Expand Up @@ -338,7 +338,7 @@ run-preprocessors-j9 : \
ifeq (true,$(OPENJ9_ENABLE_CMAKE))

CMAKE_ARGS := \
-C $(OPENJ9_TOPDIR)/runtime/cmake/caches/$(OPENJ9_BUILDSPEC).cmake \
-C $(OPENJ9_TOPDIR)/runtime/cmake/caches/$(patsubst %_cross,%,$(OPENJ9_BUILDSPEC)).cmake \
-DCMAKE_TOOLCHAIN_FILE="$(OUTPUTDIR)/toolchain.cmake" \
-DBOOT_JDK="$(BOOT_JDK)" \
-DBUILD_ID=$(BUILD_ID) \
Expand Down

0 comments on commit ee602f3

Please sign in to comment.