At 13:37 +0100 1999-01-06, J.H.M. Dassen wrote:
and it's config.guess hasarmlinux) echo "${UNAME_MACHINE}-unknown-linux-gnuaout" ; exit 0 ;;Is that what Debian/ARM needs?
No, this:
# uname on the ARM produces all sorts of strangeness, and we need to
# filter it out.
case "$UNAME_MACHINE" in
arm* | sa110*) UNAME_MACHINE="arm" ;;
esac
--
Joel Klecker (aka Espy) <URL:http://web.espy.org/>
<URL:mailto:jk@espy.org> <URL:mailto:espy@debian.org>
Debian GNU/Linux PowerPC -- <URL:http://www.debian.org/ports/powerpc/>