This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] SH: Regenerate libm-test-ulps


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]