[OpenAFS] Supported Platforms

Love lha@stacken.kth.se
Wed, 02 Apr 2003 22:13:41 +0200


"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:

> OK, I upgraded to NetBSD/macppc 1.6Q of March 25.  I'm using the 3-16
> OpenAFS snapshot still, with the minor patches you provided and a
> couple of trivial/obvious others of my own.
>
> Now it crashes/burns in src/lwp because it can't assemble process.s.
>
> What's going on here?  Why does the Darwin port not require an
> assembly file the way the 368 and alpha netbsd entries do? How can we
> possibly be using the same assembly file for an i386 as for an alpha?

Because all diffrent assembly stuff is wrapped with #ifdef AFS_<arch>_ENV
and its run though cpp first.

There are stuff wrapped with the cpp symbols NEXT and APPLE, it might be
whats wrong. Look at arlas lwp/process.ppc.S might give you a clue whats
wrong.

Love