8227389: Remove unsupported xlc16 compile options on aix
authormbaesken
Mon, 08 Jul 2019 13:29:02 +0200
changeset 55623 c589ba4b823c
parent 55622 0b470386f5f7
child 55624 cb90a20eb99a
8227389: Remove unsupported xlc16 compile options on aix Reviewed-by: clanger, mdoerr
make/autoconf/flags-cflags.m4
--- a/make/autoconf/flags-cflags.m4	Tue Jul 09 09:20:04 2019 +0200
+++ b/make/autoconf/flags-cflags.m4	Mon Jul 08 13:29:02 2019 +0200
@@ -579,8 +579,7 @@
     # set -qtbtable=full for a better traceback table/better stacks in hs_err when xlc16 is used
     TOOLCHAIN_CFLAGS_JDK="-qtbtable=full -qchars=signed -qfullpath -qsaveopt -qstackprotect"  # add on both CFLAGS
     TOOLCHAIN_CFLAGS_JVM="-qtbtable=full -qtune=balanced \
-        -qalias=noansi -qstrict -qtls=default -qlanglvl=c99vla \
-        -qlanglvl=noredefmac -qnortti -qnoeh -qignerrno -qstackprotect"
+        -qalias=noansi -qstrict -qtls=default -qnortti -qnoeh -qignerrno -qstackprotect"
   elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
     TOOLCHAIN_CFLAGS_JVM="-nologo -MD -MP"
     TOOLCHAIN_CFLAGS_JDK="-nologo -MD -Zc:wchar_t-"