comparison build/solaris/makefiles/vm.make @ 100:c7c777385a15

6667042: PrintAssembly option does not work without special plugin Summary: remove old private plugin interface, simplify, rework old plugin to use unchanged Gnu sources Reviewed-by: kvn, rasbold
author jrose
date Wed, 02 Apr 2008 12:09:59 -0700
parents a61af66fc99e
children
comparison
equal deleted inserted replaced
99:8a4ef4e001d3 100:c7c777385a15
61 endif 61 endif
62 62
63 # The following variables are defined in the generated flags.make file. 63 # The following variables are defined in the generated flags.make file.
64 BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\"" 64 BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\""
65 JRE_VERSION = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\"" 65 JRE_VERSION = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\""
66 HS_LIB_ARCH = -DHOTSPOT_LIB_ARCH=\"$(LIBARCH)\"
66 BUILD_TARGET = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\"" 67 BUILD_TARGET = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\""
67 BUILD_USER = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\"" 68 BUILD_USER = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\""
68 VM_DISTRO = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\"" 69 VM_DISTRO = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\""
69 70
70 CPPFLAGS = \ 71 CPPFLAGS = \
71 ${SYSDEFS} \ 72 ${SYSDEFS} \
72 ${INCLUDES} \ 73 ${INCLUDES} \
73 ${BUILD_VERSION} \ 74 ${BUILD_VERSION} \
74 ${BUILD_TARGET} \ 75 ${BUILD_TARGET} \
75 ${BUILD_USER} \ 76 ${BUILD_USER} \
77 ${HS_LIB_ARCH} \
76 ${JRE_VERSION} \ 78 ${JRE_VERSION} \
77 ${VM_DISTRO} 79 ${VM_DISTRO}
78 80
79 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 81 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
80 CFLAGS += $(CFLAGS_WARN) 82 CFLAGS += $(CFLAGS_WARN)