From feab23972794e4d43da27e9c2c9521511d60d818 Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Tue, 28 Jan 2014 09:03:14 +0900 Subject: [PATCH] Add -mieee to SH sysdep-CFLAGS for older SH compilers. --- ChangeLog | 4 ++++ sysdeps/sh/sh4/Makefile | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 sysdeps/sh/sh4/Makefile diff --git a/ChangeLog b/ChangeLog index a55f1fbf1d9..d98157b41a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-01-27 Kaz Kojima + + * sysdeps/sh/sh4/Makefile: New file. + 2014-01-27 Andreas Schwab * 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 00000000000..ccac91432ab --- /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 -- 2.47.2