--- 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