Skip to content

Commit

Permalink
Merge pull request #8670 from dnakamura/arch_riscv
Browse files Browse the repository at this point in the history
CMake: fix missing platform flags
  • Loading branch information
DanHeidinga committed Feb 26, 2020
2 parents 596aec5 + 141589a commit fd96afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/include/j9cfg.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ extern "C" {
/* Note: The following defines record flags used to build the VM. */
/* Changing them here does not remove the feature and may cause linking problems. */

#cmakedefine J9VM_ARCH_AARCH64
#cmakedefine J9VM_ARCH_ARM
#cmakedefine J9VM_ARCH_POWER
#cmakedefine J9VM_ARCH_RISCV
#cmakedefine J9VM_ARCH_S390
#cmakedefine J9VM_ARCH_X86
#cmakedefine J9VM_BUILD__SE6_PACKAGE
Expand Down

0 comments on commit fd96afe

Please sign in to comment.