Home
last modified time | relevance | path

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

/haiku/
H A Dconfigure737 case "$targetArch" in
748 echo "Unsupported target architecture: $targetArch" >&2
752 set_variable buildCrossToolsMachine_$targetArch $targetMachine
753 targetArchs="$targetArchs $targetArch"
758 set_variable crossToolsPrefix_$targetArch "$2"
759 targetArchs="$targetArchs $targetArch"
789 is_in_list "$targetArch" "$supportedTargetArchs" || (
790 echo "Unsupported target architecture: \"$targetArch\"" >&2
793 haikuTargetArchs="$haikuTargetArchs $targetArch"
797 targetArch=$2
[all …]