hotspot/make/solaris/makefiles/sparcWorks.make
changeset 7408 c04a5c989f26
parent 7397 5b173b4ca846
child 9414 a8c7f18f93e6
--- a/hotspot/make/solaris/makefiles/sparcWorks.make	Thu Dec 02 14:00:03 2010 -0500
+++ b/hotspot/make/solaris/makefiles/sparcWorks.make	Wed Dec 01 15:04:06 2010 +0100
@@ -150,6 +150,9 @@
 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d)
 endif
 
+# -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
+CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
+
 ################################################
 # Begin current (>=5.9) Forte compiler options #
 #################################################