comparison build/linux/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
69 endif 69 endif
70 70
71 # The following variables are defined in the generated flags.make file. 71 # The following variables are defined in the generated flags.make file.
72 BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\"" 72 BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\""
73 JRE_VERSION = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\"" 73 JRE_VERSION = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\""
74 HS_LIB_ARCH = -DHOTSPOT_LIB_ARCH=\"$(LIBARCH)\"
74 BUILD_TARGET = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\"" 75 BUILD_TARGET = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\""
75 BUILD_USER = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\"" 76 BUILD_USER = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\""
76 VM_DISTRO = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\"" 77 VM_DISTRO = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\""
77 78
78 CPPFLAGS = \ 79 CPPFLAGS = \
79 ${SYSDEFS} \ 80 ${SYSDEFS} \
80 ${INCLUDES} \ 81 ${INCLUDES} \
81 ${BUILD_VERSION} \ 82 ${BUILD_VERSION} \
82 ${BUILD_TARGET} \ 83 ${BUILD_TARGET} \
83 ${BUILD_USER} \ 84 ${BUILD_USER} \
85 ${HS_LIB_ARCH} \
84 ${JRE_VERSION} \ 86 ${JRE_VERSION} \
85 ${VM_DISTRO} 87 ${VM_DISTRO}
86 88
87 # CFLAGS_WARN holds compiler options to suppress/enable warnings. 89 # CFLAGS_WARN holds compiler options to suppress/enable warnings.
88 CFLAGS += $(CFLAGS_WARN/BYFILE) 90 CFLAGS += $(CFLAGS_WARN/BYFILE)