Package: klibc
Severity: wishlist
Tags: patch

You need the following ARCH override for armeb and mipel so they'll
build.  Also, can you please add armeb to the Architecture field.
It builds fine (with a workaround for the current arm cp brokenness).


--- debian/rules~       2006-01-30 15:56:36.000000000 +0000
+++ debian/rules        2006-01-30 15:56:53.000000000 +0000
@@ -18,6 +18,12 @@
 ifeq ($(DEB_ARCH),hppa)
 ARCH=parisc
 endif
+ifeq ($(DEB_ARCH),armeb)
+ARCH=arm
+endif
+ifeq ($(DEB_ARCH),mipsel)
+ARCH=mips
+endif
 
 DEB_MAKE_INVOKE := make
 DEB_MAKE_CLEAN_TARGET := clean


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to