[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc] 01/01: debian/sysdeps/sh3.mk: copy from sh4.mk. Closes: #851867.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 234470d063248fc0afe25f023c50ef12ecc02ed2
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Jun 13 23:19:11 2017 +0200

    debian/sysdeps/sh3.mk: copy from sh4.mk.  Closes: #851867.
---
 debian/changelog      | 3 +++
 debian/sysdeps/sh3.mk | 7 +++++++
 2 files changed, 10 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6cc8560..e7882ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ glibc (2.24-12) UNRELEASED; urgency=medium
   * debian/rules, debian/rules.d/build.mk: do not capture the build path
     when generating glibc-source tarball.  Closes: #861183.
 
+  [ John Paul Adrian Glaubitz ]
+  * debian/sysdeps/sh3.mk: copy from sh4.mk.  Closes: #851867.
+
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 28 May 2017 22:44:42 +0200
 
 glibc (2.24-11) unstable; urgency=medium
diff --git a/debian/sysdeps/sh3.mk b/debian/sysdeps/sh3.mk
new file mode 100644
index 0000000..412008c
--- /dev/null
+++ b/debian/sysdeps/sh3.mk
@@ -0,0 +1,7 @@
+# Renesas SH enabled -ffinte-math-only. Some software need -mieee.
+extra_cflags = -mieee
+
+# GCC 5 and later emits calls to abort() when there is no target specific
+# __builtin_trap() implementation. This is not possible to do so in ld.so
+# so we need to pass the -fno-delete-null-pointer-checks option to GCC.
+extra_cflags += -fno-delete-null-pointer-checks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc.git


Reply to: