diff -r 09b4dd4f152b -r a5610f0862fe make/linux/makefiles/build_vm_def.sh --- a/make/linux/makefiles/build_vm_def.sh Thu Dec 09 15:04:26 2010 -0500 +++ b/make/linux/makefiles/build_vm_def.sh Thu Dec 09 20:12:06 2010 -0500 @@ -1,7 +1,7 @@ #!/bin/sh # If we're cross compiling use that path for nm -if [ "$ALT_COMPILER_PATH" != "" ]; then +if [ "$CROSS_COMPILE_ARCH" != "" ]; then NM=$ALT_COMPILER_PATH/nm else NM=nm