configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.

* configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.

From-SVN: r212778
This commit is contained in:
Uros Bizjak 2014-07-18 08:34:20 +02:00 committed by Uros Bizjak
parent 3caa58223c
commit 537b531270
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-18 Uros Bizjak <ubizjak@gmail.com>
* configure.tgt (alpha*): Add -mfp-trap-mode=sui to XCFLAGS.
2014-06-17 Kai Tietz <ktietz@redhat.com>
* Makefile.am (libatomic_la_LDFLAGS): Add lt_host_flags.

View File

@ -27,7 +27,11 @@
# work out any special compilation flags as necessary.
case "${target_cpu}" in
alpha*) ARCH=alpha ;;
alpha*)
# fenv.c needs this option to generate inexact exceptions.
XCFLAGS="${XCFLAGS} -mfp-trap-mode=sui"
ARCH=alpha
;;
rs6000 | powerpc*) ARCH=powerpc ;;
sh*) ARCH=sh ;;