make/autoconf/toolchain.m4
changeset 51605 2ca553d34949
parent 49534 210cf224b690
child 51780 23e7cd5a9c54
--- a/make/autoconf/toolchain.m4	Thu Aug 30 13:12:38 2018 +0200
+++ b/make/autoconf/toolchain.m4	Fri Aug 31 09:37:03 2018 +0200
@@ -1026,8 +1026,6 @@
   HOTSPOT_TOOLCHAIN_TYPE=$TOOLCHAIN_TYPE
   if test "x$TOOLCHAIN_TYPE" = xclang; then
     HOTSPOT_TOOLCHAIN_TYPE=gcc
-  elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then
-    HOTSPOT_TOOLCHAIN_TYPE=sparcWorks
   elif test "x$TOOLCHAIN_TYPE" = xmicrosoft; then
     HOTSPOT_TOOLCHAIN_TYPE=visCPP
   fi