8227389: Remove unsupported xlc16 compile options on aix

Reviewed-by: clanger, mdoerr
This commit is contained in:
Matthias Baesken 2019-07-08 13:29:02 +02:00
parent d24296edf4
commit bb96156548

View File

@ -579,8 +579,7 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_HELPER],
# set -qtbtable=full for a better traceback table/better stacks in hs_err when xlc16 is used # 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_JDK="-qtbtable=full -qchars=signed -qfullpath -qsaveopt -qstackprotect" # add on both CFLAGS
TOOLCHAIN_CFLAGS_JVM="-qtbtable=full -qtune=balanced \ TOOLCHAIN_CFLAGS_JVM="-qtbtable=full -qtune=balanced \
-qalias=noansi -qstrict -qtls=default -qlanglvl=c99vla \ -qalias=noansi -qstrict -qtls=default -qnortti -qnoeh -qignerrno -qstackprotect"
-qlanglvl=noredefmac -qnortti -qnoeh -qignerrno -qstackprotect"
elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
TOOLCHAIN_CFLAGS_JVM="-nologo -MD -MP" TOOLCHAIN_CFLAGS_JVM="-nologo -MD -MP"
TOOLCHAIN_CFLAGS_JDK="-nologo -MD -Zc:wchar_t-" TOOLCHAIN_CFLAGS_JDK="-nologo -MD -Zc:wchar_t-"