Commit 537b5312 by Uros Bizjak Committed by Uros Bizjak

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

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

From-SVN: r212778
parent 3caa5822
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 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment