comparison make/linux/makefiles/adlc.make @ 10398:2cb5d5f6d5e5

8015252: Enable HotSpot build with Clang Reviewed-by: twisti, dholmes, kvn
author simonis
date Tue, 04 Jun 2013 22:16:15 -0700
parents 45535ab90688
children 836a62f43af9 ce8969c36762
comparison
equal deleted inserted replaced
10397:075ea888b039 10398:2cb5d5f6d5e5
66 # Force assertions on. 66 # Force assertions on.
67 CXXFLAGS += -DASSERT 67 CXXFLAGS += -DASSERT
68 68
69 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 69 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
70 # Compiler warnings are treated as errors 70 # Compiler warnings are treated as errors
71 CFLAGS_WARN = -Werror 71 CFLAGS_WARN = $(WARNINGS_ARE_ERRORS)
72 CFLAGS += $(CFLAGS_WARN) 72 CFLAGS += $(CFLAGS_WARN)
73 73
74 OBJECTNAMES = \ 74 OBJECTNAMES = \
75 adlparse.o \ 75 adlparse.o \
76 archDesc.o \ 76 archDesc.o \