comparison make/aix/makefiles/xlc.make @ 20801:b9c06f87e476

8069590: AIX port of "8050807: Better performing performance data handling" Reviewed-by: simonis, goetz Contributed-by: matthias.baesken@sap.com, martin.doerr@sap.com
author goetz
date Tue, 13 Jan 2015 16:09:52 +0100
parents b83f7d608548
children 4fa1813a03b0
comparison
equal deleted inserted replaced
20799:0e67683b7001 20801:b9c06f87e476
71 CFLAGS += -qnoeh 71 CFLAGS += -qnoeh
72 72
73 CFLAGS += -D_REENTRANT 73 CFLAGS += -D_REENTRANT
74 # no xlc counterpart for -fcheck-new 74 # no xlc counterpart for -fcheck-new
75 # CFLAGS += -fcheck-new 75 # CFLAGS += -fcheck-new
76
77 # We need to define this on the command line if we want to use the the
78 # predefined format specifiers from "inttypes.h". Otherwise system headrs
79 # can indirectly include inttypes.h before we define __STDC_FORMAT_MACROS
80 # in globalDefinitions.hpp
81 CFLAGS += -D__STDC_FORMAT_MACROS
76 82
77 ARCHFLAG = -q64 83 ARCHFLAG = -q64
78 84
79 CFLAGS += $(ARCHFLAG) 85 CFLAGS += $(ARCHFLAG)
80 AOUT_FLAGS += $(ARCHFLAG) 86 AOUT_FLAGS += $(ARCHFLAG)