This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.18-827-gfeab239


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  feab23972794e4d43da27e9c2c9521511d60d818 (commit)
      from  31629ac8633759b0e3d6e974b11b70425010d1d3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=feab23972794e4d43da27e9c2c9521511d60d818

commit feab23972794e4d43da27e9c2c9521511d60d818
Author: Kaz Kojima <kkojima@rr.iij4u.or.jp>
Date:   Tue Jan 28 09:03:14 2014 +0900

    Add -mieee to SH sysdep-CFLAGS for older SH compilers.

diff --git a/ChangeLog b/ChangeLog
index a55f1fb..d98157b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog               |    4 ++++
 sysdeps/sh/sh4/Makefile |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
 create mode 100644 sysdeps/sh/sh4/Makefile


hooks/post-receive
-- 
GNU C Library master sources


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