Lines Matching refs:target
26 --target=TARGET configure to run on target TARGET [detected]
27 --host=HOST same as --target
136 target=
177 --host=*|--target=*) target=${arg#*=} ;;
189 *) build=$arg ; target=$arg ;;
232 test "$target" && \
233 test "$target" != "$build" && \
235 CROSS_COMPILE="$target-"
313 # Find the target architecture
315 printf "checking target system type... "
316 test -n "$target" || target=$($CC -dumpmachine 2>/dev/null) || target=unknown
317 printf "%s\n" "$target"
322 case "$target" in
343 unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
344 *) fail "$0: unknown or unsupported target \"$target\"" ;;