Home
last modified time | relevance | path

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

/haiku/
H A Dconfigure1021 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
[all …]