Lines Matching refs:abilist
4035 # abilist set of ABI choices
4051 # abilist="64 32" then $cc_64_cflags will be used for the 64-bit ABI, but
4080 # abilist needs to be non-empty, "standard" is just a generic name here
4081 abilist="standard"
4254 abilist="32"
4364 abilist="64 32"
4372 abilist="64 32"
4380 abilist="64 32"
4388 abilist="64 32"
4396 abilist="64 32"
4404 abilist="64 32"
4412 abilist="64 32"
4492 abilist="2.0n 1.0"
4520 *) abilist="2.0w $abilist" ;;
4539 abilist="64"
4578 abilist="32 64"
4675 abilist="o32"
4688 abilist="n32 64 o32"
4747 abilist="32"
4848 abilist="mode64 $abilist"
4892 abilist="mode64 mode32 $abilist"
4937 abilist="mode64 mode32 $abilist"
5012 abilist="32"
5093 abilist="64 32"
5117 abilist="32"
5149 # abilist="64" only.
5257 *-*-*bsd*) abilist="64" ;;
5267 *) abilist="64 32" ;;
5372 abilist="32"
5688 abilist="64 x32 32"
5746 abilist=$abilist
5754 for abi in $abilist; do
5758 # If the user specifies an ABI then it must be in $abilist, after that
5759 # $abilist is restricted to just that choice.
5763 for abi in $abilist; do
5767 as_fn_error $? "ABI=$ABI is not among the following valid choices: $abilist" "$LINENO" 5
5769 abilist="$ABI"
5774 for abi in $abilist; do
5778 # Suppose abilist="64 32", then for abi=64, will have abi1="_64" and
5781 # abilist), but there's no fallback for $gcc_64_cflags.
11170 # for abi in $abilist; do