hotspot/make/bsd/makefiles/adlc.make
changeset 17880 17f3d10c297f
parent 13963 e5b53c306fb5
child 19280 17dd83a6dd79
equal deleted inserted replaced
17879:49ac5c39b28f 17880:17f3d10c297f
    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 \