8205110: Fix xchip warnings with new Solaris toolchain
authorgadams
Tue, 19 Jun 2018 07:14:49 -0400
changeset 50645 9cdde9293187
parent 50644 409bfb0c071e
child 50646 c82ed0f373bb
8205110: Fix xchip warnings with new Solaris toolchain Reviewed-by: ihse, erikj
make/autoconf/flags-cflags.m4
--- a/make/autoconf/flags-cflags.m4	Tue Jun 19 19:21:30 2018 +0300
+++ b/make/autoconf/flags-cflags.m4	Tue Jun 19 07:14:49 2018 -0400
@@ -232,7 +232,7 @@
       C_O_FLAG_NORM="-xO2 -Wu,-O2~yz"
     elif test "x$OPENJDK_TARGET_CPU_ARCH" = "xsparc"; then
       C_O_FLAG_HIGHEST="-xO4 -Wc,-Qrm-s -Wc,-Qiselect-T0 \
-          -xprefetch=auto,explicit -xchip=ultra $CC_HIGHEST"
+          -xprefetch=auto,explicit $CC_HIGHEST"
       C_O_FLAG_HI="-xO4 -Wc,-Qrm-s -Wc,-Qiselect-T0"
       C_O_FLAG_NORM="-xO2 -Wc,-Qrm-s -Wc,-Qiselect-T0"
     fi