comparison make/bsd/makefiles/adlc.make @ 4006:436b4a3231bf

7098194: integrate macosx-port changes Summary: Integrate bsd-port/hotspot and macosx-port/hotspot changes as of 2011.09.29. Reviewed-by: kvn, dholmes, never, phh Contributed-by: Christos Zoulas <christos@zoulas.com>, Greg Lewis <glewis@eyesbeyond.com>, Kurt Miller <kurt@intricatesoftware.com>, Alexander Strange <astrange@apple.com>, Mike Swingler <swingler@apple.com>, Roger Hoover <rhoover@apple.com>, Victor Hernandez <vhernandez@apple.com>, Pratik Solanki <psolanki@apple.com>
author dcubed
date Thu, 13 Oct 2011 09:35:42 -0700
parents f08d439fab8c
children 65149e74c706
comparison
equal deleted inserted replaced
4005:2ef3386478e6 4006:436b4a3231bf
59 # Force assertions on. 59 # Force assertions on.
60 CPPFLAGS += -DASSERT 60 CPPFLAGS += -DASSERT
61 61
62 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 62 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
63 # Compiler warnings are treated as errors 63 # Compiler warnings are treated as errors
64 CFLAGS_WARN = -Werror 64 ifneq ($(COMPILER_WARNINGS_FATAL),false)
65 CFLAGS_WARN = -Werror
66 endif
65 CFLAGS += $(CFLAGS_WARN) 67 CFLAGS += $(CFLAGS_WARN)
66 68
67 OBJECTNAMES = \ 69 OBJECTNAMES = \
68 adlparse.o \ 70 adlparse.o \
69 archDesc.o \ 71 archDesc.o \