[1874] in NetBSD-Development
Re: NetBSD/powerpc and NetBSD/arm ports of AFS
daemon@ATHENA.MIT.EDU (Dan Winship)
Fri May 28 12:21:30 1999
Date: Fri, 28 May 1999 16:18:33 GMT
From: Dan Winship <danw@MIT.EDU>
To: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
Cc: "Charles M. Hannum" <root@ihack.net>, netbsd-dev@MIT.EDU
In-Reply-To: "[1867] in NetBSD-Development"
> > with a memcache; I have not yet tested the PowerPC port.
...
> I'll pick up your PowerPC port and merge it in as well; if you can
> point me at a powerpc-based machine with a stable 1.4 installation,
> I'll even release a build.
Oh, I should have remembered this before... I tried to build arla on
my powerpc and discovered that modload doesn't work on it. (It passes
the wrong options to ld, which you can fix by changing the "#ifdef
__alpha__" to "#if defined(__alpha__) || defined(__powerpc__)", but
then it complained about the module not being a.out. I didn't bother
to report this since lots of stuff doesn't work on the powerpc and I
assume it's on Tsubai's to-do list somewhere...
-- Dan