Package: klibc Version: 1.5.15-1 Severity: wishlist Tags: patch X-Debbugs-CC: debian-sup...@lists.debian.org
Hi, I am now trying to run Debian on Renesas SH CPU(sh4). Currnet this package doesn't support sh4. I made a patch to support sh4. 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
--- debian/rules.orig 2009-08-06 09:28:33.000000000 +0900 +++ debian/rules 2009-08-06 09:28:56.000000000 +0900 @@ -21,6 +21,9 @@ ifneq (,$(findstring $(DEB_ARCH),mips mipsel)) DEB_MAKE_ENVVARS := ARCH=mips endif +ifeq ($(DEB_ARCH),sh4) +ARCH=sh +endif DEB_MAKE_INVOKE := make DEB_MAKE_CLEAN_TARGET := clean