make/autoconf/flags.m4
branchihse-cflags-rewrite-branch
changeset 56172 e18d3ca0f32f
parent 56171 e97310213377
child 56173 d70e19fc211f
equal deleted inserted replaced
56171:e97310213377 56172:e18d3ca0f32f
   338 
   338 
   339 
   339 
   340 AC_DEFUN([FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK],
   340 AC_DEFUN([FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK],
   341 [
   341 [
   342   # Additional macosx handling
   342   # Additional macosx handling
   343   if test "x$FLAGS_OS" = xmacosx; then
   343   if test "x$OPENJDK_TARGET_OS" = xmacosx; then
   344     # MACOSX_VERSION_MIN specifies the lowest version of Macosx that the built
   344     # MACOSX_VERSION_MIN specifies the lowest version of Macosx that the built
   345     # binaries should be compatible with, even if compiled on a newer version
   345     # binaries should be compatible with, even if compiled on a newer version
   346     # of the OS. It currently has a hard coded value. Setting this also limits
   346     # of the OS. It currently has a hard coded value. Setting this also limits
   347     # exposure to API changes in header files. Bumping this is likely to
   347     # exposure to API changes in header files. Bumping this is likely to
   348     # require code changes to build.
   348     # require code changes to build.