comparison make/bsd/makefiles/adlc.make @ 10408:836a62f43af9

Merge with http://hg.openjdk.java.net/hsx/hsx25/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Wed, 19 Jun 2013 10:45:56 +0200
parents 2cb5d5f6d5e5
children ce8969c36762
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
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 ifneq ($(COMPILER_WARNINGS_FATAL),false) 71 ifneq ($(COMPILER_WARNINGS_FATAL),false)
72 CFLAGS_WARN = -Werror 72 CFLAGS_WARN = $(WARNINGS_ARE_ERRORS)
73 endif 73 endif
74 CFLAGS += $(CFLAGS_WARN) 74 CFLAGS += $(CFLAGS_WARN)
75 75
76 OBJECTNAMES = \ 76 OBJECTNAMES = \
77 adlparse.o \ 77 adlparse.o \