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

Bug#536199: eglibc: Please add sysdeps/sh4.mk



Package: eglibc
Version: 2.9-18
Severity: wishlist
Tags: patch
X-Debbugs-CC: debian-superh@lists.debian.org

Hi,

When built the sh4 architecture with current eglibc versio,
NTPL does not enable.
And Renesas SH enabled -ffinte-math-only, but some software
need glibc built in -mieee.
Therefore, I added -mieee to CFLAGS.

Would you please apply it?

Best regards,
 Nobuhiro

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- /dev/null	2009-06-28 20:39:19.899845890 +0900
+++ ./debian/sysdeps/sh4.mk	2009-07-07 10:36:26.000000000 +0900
@@ -0,0 +1,3 @@
+libc_add-ons = ports nptl $(add-ons)
+# Renesas SH enabled -ffinte-math-only. Some software need -mieee.
+extra_cflags = -mieee

Reply to: