about summary refs log tree commit diff
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@rr.iij4u.or.jp>2014-01-28 09:03:14 +0900
committerKaz Kojima <kkojima@rr.iij4u.or.jp>2014-01-28 09:03:14 +0900
commitfeab23972794e4d43da27e9c2c9521511d60d818 (patch)
tree5e318df201b9176eb09fd4a96ed319ba7c7d505d
parent31629ac8633759b0e3d6e974b11b70425010d1d3 (diff)
downloadglibc-feab23972794e4d43da27e9c2c9521511d60d818.tar.gz
glibc-feab23972794e4d43da27e9c2c9521511d60d818.tar.xz
glibc-feab23972794e4d43da27e9c2c9521511d60d818.zip
Add -mieee to SH sysdep-CFLAGS for older SH compilers.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/sh/sh4/Makefile3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a55f1fbf1d..d98157b41a 100644
--- 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
index 0000000000..ccac91432a
--- /dev/null
+++ b/sysdeps/sh/sh4/Makefile
@@ -0,0 +1,3 @@
+# Build everything with full IEEE math support.  -mieee isn't
+# default for the older SH compilers.
+sysdep-CFLAGS += -mieee