From: Kaz Kojima Date: Tue, 28 Jan 2014 00:03:14 +0000 (+0900) Subject: Add -mieee to SH sysdep-CFLAGS for older SH compilers. X-Git-Tag: glibc-2.19~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feab23972794e4d43da27e9c2c9521511d60d818;p=thirdparty%2Fglibc.git Add -mieee to SH sysdep-CFLAGS for older SH compilers. --- 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