-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change MACOSX_VERSION_MIN to 10.9.0 for OpenJ9 JDK8
For OpenJ9 JDK8 on OSX, the JIT can't be built with MACOSX_VERSION_MIN <= 10.8.0 using Xcode7. JIT needs libc++ which is only available when MACOSX_VERSION_MIN is set to 10.9.0 or greater. With MACOSX_VERSION_MIN <= 10.8.0, the Xcode7 build tools only provide stdlibc++, which can't be used to build the JIT. Thus, changing MACOSX_VERSION_MIN from 10.7.0 to 10.9.0 in order to support the JIT when building OpenJ9 JDK8 on OSX. Signed-off-by: Babneet Singh <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters