Searched refs:crossToolsPrefix (Results 1 - 1 of 1) sorted by relevance

/haiku/
H A Dconfigure988 crossToolsPrefix=`get_variable crossToolsPrefix_$targetArch`
991 if [ -n "$buildCrossTools" -a -z "$crossToolsPrefix" ]; then
1025 crossToolsPrefix="$crossToolsDir/bin/${targetMachine}-"
1031 if [ ! -z "${crossToolsPrefix}" ]; then
1032 gcc="$gcc -B ${crossToolsPrefix}"
1044 elif [ -z "${crossToolsPrefix}" ]; then
1047 gcc="${crossToolsPrefix}gcc"
1066 elif [ -n "$crossToolsPrefix" ]; then
1067 get_build_tool_path LD_$targetArch ${crossToolsPrefix}ld
1069 get_build_tool_path ELFEDIT_$targetArch ${crossToolsPrefix}elfedi
[all...]

Completed in 30 milliseconds