comparison make/linux/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 e522a00b91aa 2cb5d5f6d5e5
children 3cce976666d9
comparison
equal deleted inserted replaced
10086:e0fb8a213650 10408:836a62f43af9
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 \