make/linux/makefiles/build_vm_def.sh

changeset 2362
a5610f0862fe
parent 2036
126ea7725993
child 3150
da0999c4b733
equal deleted inserted replaced
2361:09b4dd4f152b 2362:a5610f0862fe
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # If we're cross compiling use that path for nm 3 # If we're cross compiling use that path for nm
4 if [ "$ALT_COMPILER_PATH" != "" ]; then 4 if [ "$CROSS_COMPILE_ARCH" != "" ]; then
5 NM=$ALT_COMPILER_PATH/nm 5 NM=$ALT_COMPILER_PATH/nm
6 else 6 else
7 NM=nm 7 NM=nm
8 fi 8 fi
9 9

mercurial