Add -mieee to SH sysdep-CFLAGS for older SH compilers.
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Tue, 28 Jan 2014 00:03:14 +0000 (09:03 +0900)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Tue, 28 Jan 2014 00:03:14 +0000 (09:03 +0900)
ChangeLog
sysdeps/sh/sh4/Makefile [new file with mode: 0644]

index a55f1fb..d98157b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/sysdeps/sh/sh4/Makefile b/sysdeps/sh/sh4/Makefile
new file mode 100644 (file)
index 0000000..ccac914
--- /dev/null
@@ -0,0 +1,3 @@
+# Build everything with full IEEE math support.  -mieee isn't
+# default for the older SH compilers.
+sysdep-CFLAGS += -mieee