comparison make/solaris/makefiles/sparcWorks.make @ 3929:f94227b6117b

7090259: Fix hotspot sources to build with old compilers Summary: Fixed warnings which prevent building VM with old compilers. Reviewed-by: never
author kvn
date Tue, 13 Sep 2011 20:28:00 -0700
parents 5781ed5f1865
children da0999c4b733
comparison
equal deleted inserted replaced
3928:0a63380c8ac8 3929:f94227b6117b
146 endif 146 endif
147 147
148 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. 148 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp.
149 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER 149 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER
150 150
151 # Compiler warnings are treated as errors
152 CFLAGS_WARN = -xwe
153
151 ################################################ 154 ################################################
152 # Begin current (>=5.9) Forte compiler options # 155 # Begin current (>=5.9) Forte compiler options #
153 ################################################# 156 #################################################
154 157
155 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) 158 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1)