comparison make/solaris/makefiles/vm.make @ 15000:cc844a4512f1

added graal.version system property that is (only) defined by Graal enabled VMs
author Doug Simon <doug.simon@oracle.com>
date Mon, 07 Apr 2014 16:24:49 +0200
parents 4ca6dc0799b6
children dffc37fa7157
comparison
equal deleted inserted replaced
14999:ab81149f6029 15000:cc844a4512f1
97 97
98 # Large File Support 98 # Large File Support
99 ifneq ($(LP64), 1) 99 ifneq ($(LP64), 1)
100 CXXFLAGS/ostream.o += -D_FILE_OFFSET_BITS=64 100 CXXFLAGS/ostream.o += -D_FILE_OFFSET_BITS=64
101 endif # ifneq ($(LP64), 1) 101 endif # ifneq ($(LP64), 1)
102
103 ifeq ($(INCLUDE_GRAAL), true)
104 CXXFLAGS += -DGRAAL_VERSION="\"$(GRAAL_VERSION)\""
105 endif
102 106
103 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 107 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
104 CFLAGS += $(CFLAGS_WARN) 108 CFLAGS += $(CFLAGS_WARN)
105 109
106 # Do not use C++ exception handling 110 # Do not use C++ exception handling