make/autoconf/flags-other.m4
changeset 51783 4482acfef2a5
parent 49120 c04d813140dc
child 52735 7b9f61b7fd94
child 56900 d5d542d50e3c
--- a/make/autoconf/flags-other.m4	Tue Sep 11 18:18:51 2018 +0200
+++ b/make/autoconf/flags-other.m4	Tue Sep 18 13:32:40 2018 +0200
@@ -31,9 +31,7 @@
 AC_DEFUN([FLAGS_SETUP_ARFLAGS],
 [
   # FIXME: figure out if we should select AR flags depending on OS or toolchain.
-  if test "x$OPENJDK_TARGET_OS" = xmacosx; then
-    ARFLAGS="-r -mmacosx-version-min=$MACOSX_VERSION_MIN"
-  elif test "x$OPENJDK_TARGET_OS" = xaix; then
+  if test "x$OPENJDK_TARGET_OS" = xaix; then
     ARFLAGS="-X64"
   elif test "x$OPENJDK_TARGET_OS" = xwindows; then
     # lib.exe is used as AR to create static libraries.