This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
> # 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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |