diff make/linux/makefiles/vm.make @ 110:a49a647afe9a

Merge
author kamg
date Fri, 11 Apr 2008 09:56:35 -0400
parents build/linux/makefiles/vm.make@c7c777385a15 build/linux/makefiles/vm.make@a294fd0c4b38
children d1605aabd0a1
line wrap: on
line diff
--- a/make/linux/makefiles/vm.make	Thu Apr 10 15:49:16 2008 -0400
+++ b/make/linux/makefiles/vm.make	Fri Apr 11 09:56:35 2008 -0400
@@ -71,6 +71,7 @@
 # The following variables are defined in the generated flags.make file.
 BUILD_VERSION = -DHOTSPOT_RELEASE_VERSION="\"$(HS_BUILD_VER)\""
 JRE_VERSION   = -DJRE_RELEASE_VERSION="\"$(JRE_RELEASE_VER)\""
+HS_LIB_ARCH   = -DHOTSPOT_LIB_ARCH=\"$(LIBARCH)\"
 BUILD_TARGET  = -DHOTSPOT_BUILD_TARGET="\"$(TARGET)\""
 BUILD_USER    = -DHOTSPOT_BUILD_USER="\"$(HOTSPOT_BUILD_USER)\""
 VM_DISTRO     = -DHOTSPOT_VM_DISTRO="\"$(HOTSPOT_VM_DISTRO)\""
@@ -81,6 +82,7 @@
   ${BUILD_VERSION}   \
   ${BUILD_TARGET}    \
   ${BUILD_USER}      \
+  ${HS_LIB_ARCH}     \
   ${JRE_VERSION}     \
   ${VM_DISTRO}