diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/sh/sh4/Makefile | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 |