*duh* ihse-cflags-rewrite-branch
authorihse
Mon, 26 Feb 2018 23:37:45 +0100
branchihse-cflags-rewrite-branch
changeset 56190 6cc0bda0fe3f
parent 56189 4fde3036c652
child 56191 ad61409cdb6c
*duh*
make/autoconf/flags-cflags.m4
--- a/make/autoconf/flags-cflags.m4	Mon Feb 26 23:32:43 2018 +0100
+++ b/make/autoconf/flags-cflags.m4	Mon Feb 26 23:37:45 2018 +0100
@@ -491,15 +491,6 @@
       # so for debug we build with '-qpic=large -bbigtoc'.
       DEBUG_CFLAGS_JVM="-qpic=large"
     fi
-
-    if test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
-      if test "x$OPENJDK_TARGET_CPU" = xx86_64; then
-        # NOTE: This is probably redundant; -homeparams is default on
-        # non-release builds.
-        DEBUG_CFLAGS_JVM="-homeparams"
-      fi
-    fi
-
   fi
 
   if test "x$DEBUG_LEVEL" != xrelease; then