mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 17:45:03 +08:00
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:
parent
3caa58223c
commit
537b531270
@ -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.
|
||||
|
@ -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 ;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user