> # HOST-SPECIFIC OVERRIDES
> case "${host_cpu}" in
> i?86 | x86_64)
> fpu_host='fpu-387' ;;
> esac
>
> # CONFIGURATION-SPECIFIC OVERRIDES
> if test "x${have_feenableexcept}" = "xyes"; then
> fpu_host='fpu-glibc'
> fi
>
> Is this intended behavior?
Yes.