--- old/make/linux/makefiles/build_vm_def.sh 2015-01-14 18:12:41.663120978 -0500 +++ new/make/linux/makefiles/build_vm_def.sh 2015-01-14 18:12:40.747068729 -0500 @@ -1,12 +1,5 @@ #!/bin/sh -# If we're cross compiling use that path for nm -if [ "$CROSS_COMPILE_ARCH" != "" ]; then -NM=$ALT_COMPILER_PATH/nm -else -NM=nm -fi - $NM --defined-only $* \ | awk '{ if ($3 ~ /^_ZTV/ || $3 ~ /^gHotSpotVM/) print "\t" $3 ";" --- old/make/linux/makefiles/vm.make 2015-01-14 18:12:44.495282516 -0500 +++ new/make/linux/makefiles/vm.make 2015-01-14 18:12:43.583230495 -0500 @@ -240,7 +240,7 @@ cat $^ > $@ vm.def: $(Res_Files) $(Obj_Files) - sh $(GAMMADIR)/make/linux/makefiles/build_vm_def.sh *.o > $@ + NM=$(NM) sh $(GAMMADIR)/make/linux/makefiles/build_vm_def.sh *.o > $@ mapfile_ext: rm -f $@