[committed] SH: Regenerate libm-test-ulps

kkojima@rr.iij4u.or.jp kkojima@rr.iij4u.or.jp
Mon Jan 27 04:51:00 GMT 2014


"Joseph S. Myers" <joseph@codesourcery.com> wrote:
> We work around distribution GCC with defaults that are problematic for 
> building glibc in other cases, so it seems appropriate to add the 
> sysdep-CFLAGS setting here even if not needed with current GCC.

How about the patch below?

Regards,
	kaz
--
	* sysdeps/sh/sh4/Makefile: New file.

diff --git a/sysdeps/sh/sh4/Makefile b/sysdeps/sh/sh4/Makefile
new file mode 100644
index 0000000..ccac914
--- /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



More information about the Libc-alpha mailing list