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

/netbsd-current/external/lgpl3/gmp/dist/
H A Dconfigure4925 # others require -m64, hence the use of cflags_maybe. The
5143 # gcc doesn't know that flag, hence cflags_maybe. Note that -m32 cannot
5366 # -m32 is not available in gcc 2.95 and earlier, hence cflags_maybe to use
5910 # don't try cflags_maybe when the user set CFLAGS
5912 eval cflags_maybe=\"\$${ccbase}${abi1}_cflags_maybe\"
5913 test -n "$cflags_maybe" || eval cflags_maybe=\"\$${ccbase}${abi2}_cflags_maybe\"
5914 # don't try cflags_maybe if there's nothing set
5915 if test -z "$cflags_maybe"; then continue; fi
5916 cflags="$cflags_maybe
[all...]

Completed in 105 milliseconds