Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
Add initial OSX support
Browse files Browse the repository at this point in the history
Work towards implementing eclipse/openj9/36

Signed-off-by: Joe Dekoning <[email protected]>
  • Loading branch information
jdekonin committed Oct 13, 2017
1 parent c37e708 commit 19212c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ AC_DEFUN_ONCE([OPENJ9_PLATFORM_SETUP],
elif test "x$OPENJDK_BUILD_OS" = xwindows; then
OPENJ9_PLATFORM_CODE=wa64
OPENJ9_BUILDSPEC="win_x86-64_cmprssptrs"
elif test "x$OPENJDK_BUILD_OS" = xmacosx; then
OPENJ9_PLATFORM_CODE=oa64
OPENJ9_BUILDSPEC="osx_x86-64"
else
AC_MSG_ERROR([Unsupported OpenJ9 platform ${OPENJDK_BUILD_OS}, contact support team!])
fi
Expand Down
5 changes: 4 additions & 1 deletion closed/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5245,7 +5245,7 @@ VS_SDK_PLATFORM_NAME_2013=


# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1507733473
DATE_WHEN_GENERATED=1507932411

###############################################################################
#
Expand Down Expand Up @@ -17136,6 +17136,9 @@ $as_echo "$as_me: Unknown variant(s) specified: $INVALID_VARIANTS" >&6;}
elif test "x$OPENJDK_BUILD_OS" = xwindows; then
OPENJ9_PLATFORM_CODE=wa64
OPENJ9_BUILDSPEC="win_x86-64_cmprssptrs"
elif test "x$OPENJDK_BUILD_OS" = xmacosx; then
OPENJ9_PLATFORM_CODE=oa64
OPENJ9_BUILDSPEC="osx_x86-64"
else
as_fn_error $? "Unsupported OpenJ9 platform ${OPENJDK_BUILD_OS}, contact support team!" "$LINENO" 5
fi
Expand Down
2 changes: 1 addition & 1 deletion common/autoconf/generated-configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5186,7 +5186,7 @@ VS_SDK_PLATFORM_NAME_2013=
#CUSTOM_AUTOCONF_INCLUDE

# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1507733473
DATE_WHEN_GENERATED=1507932411

###############################################################################
#
Expand Down

0 comments on commit 19212c4

Please sign in to comment.