Add -mieee to SH sysdep-CFLAGS for older SH compilers.

This commit is contained in:
Kaz Kojima 2014-01-28 09:03:14 +09:00
parent 31629ac863
commit feab239727
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* sysdeps/sh/sh4/Makefile: New file.
2014-01-27 Andreas Schwab <schwab@linux-m68k.org>
* math/gen-libm-test.pl ($srcdir): New variable.

3
sysdeps/sh/sh4/Makefile Normal file
View File

@ -0,0 +1,3 @@
# Build everything with full IEEE math support. -mieee isn't
# default for the older SH compilers.
sysdep-CFLAGS += -mieee