You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set MACOSX_DEPLOYMENT_TARGET to 10.9.0 for both JDK8 and JDK11 [mac.sh L21 and L62]. In the extensions repos,MACOSX_VERSION_MIN is used to set env var MACOSX_DEPLOYMENT_TARGET and compiler options. MACOSX_VERSION_MIN is set to 10.9.0 for both JDK8 and JDK11.
Remove --with-extra-cxxflags=-mmacosx-version-min=10.8 from L41. This will conflict with MACOSX_VERSION_MIN being set to 10.9.0 for JDK11.
Update configure options for OSX JDK8 mac.sh::L64:
I was supposed to create the issue in AdoptOpenJDK/openjdk-infrastructure. Thus, closing this issue and creating a new one in AdoptOpenJDK/openjdk-infrastructure. Link to the new issue: adoptium/infrastructure#561.
gcc49
is no longer needed. So,gcc49
should be uninstalled from machines:brew uninstall gcc49
.MACOSX_DEPLOYMENT_TARGET
to10.9.0
for both JDK8 and JDK11 [mac.sh
L21 and L62]. In the extensions repos,MACOSX_VERSION_MIN
is used to set env varMACOSX_DEPLOYMENT_TARGET
and compiler options.MACOSX_VERSION_MIN
is set to10.9.0
for both JDK8 and JDK11.--with-extra-cxxflags=-mmacosx-version-min=10.8
from L41. This will conflict with MACOSX_VERSION_MIN being set to10.9.0
for JDK11.Note: The above changes should be applied after eclipse-openj9/openj9#3629 is merged.
Reference: eclipse-openj9/openj9#3323 (comment)
The text was updated successfully, but these errors were encountered: