common/autoconf/build-performance.m4
changeset 37402 62b5f067032e
parent 35747 aeaa6d0101a8
child 37407 9a0927683faa
--- a/common/autoconf/build-performance.m4	Thu Apr 07 12:44:23 2016 -0700
+++ b/common/autoconf/build-performance.m4	Fri Apr 08 13:14:23 2016 +0200
@@ -364,6 +364,9 @@
   elif test "x$ICECC" != "x"; then
     AC_MSG_RESULT([no, does not work effectively with icecc])
     USE_PRECOMPILED_HEADER=0
+  elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then
+    AC_MSG_RESULT([no, does not work with Solaris Studio])
+    USE_PRECOMPILED_HEADER=0
   else
     AC_MSG_RESULT([yes])
   fi