Lines Matching refs:crossToolsPrefix
1021 crossToolsPrefix=`get_variable crossToolsPrefix_$targetArch`
1024 if [ -n "$buildCrossTools" -a -z "$crossToolsPrefix" ]; then
1058 crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
1064 if [ ! -z "${crossToolsPrefix}" ]; then
1065 gcc="$gcc -B ${crossToolsPrefix}"
1077 elif [ -z "${crossToolsPrefix}" ]; then
1080 gcc="${crossToolsPrefix}gcc"
1103 if [ -n "$crossToolsPrefix" ]; then
1104 get_build_tool_path AR_$targetArch ${crossToolsPrefix}ar
1105 get_build_tool_path OBJCOPY_$targetArch ${crossToolsPrefix}objcopy
1106 get_build_tool_path RANLIB_$targetArch ${crossToolsPrefix}ranlib
1107 get_build_tool_path STRIP_$targetArch ${crossToolsPrefix}strip
1109 get_build_tool_path LD_$targetArch ${crossToolsPrefix}ld
1111 get_build_tool_path ELFEDIT_$targetArch ${crossToolsPrefix}elfedit