Subject: Re: evbsh3 -> evbsh3{el,bl}
To: Todd Vierling <tv@wasabisystems.com>
From: None <itojun@iijlab.net>
List: port-sh3
Date: 01/04/2001 03:25:00
>Also, MACHINE_ARCH needs to be endian-specific. This is more important than
>MACHINE being endian-specific. Actually, MACHINE may be OK to leave without
>endianness, if MACHINE_ARCH is fixed.
it makes me wonder.. does it make sense to have multiple MACHINE_ARCH
under single sys/arch/*?
sys/arch/sh3 SH3 specific files, like sys/arch/mips
sys/arch/dreamcast MACHINE=dreamcast MACHINE_ARCH=sh3el
sys/arch/mmeye MACHINE=mmeye MACHINE_ARCH=sh3eb
sys/arch/evbsh3 MACHINE=evbsh3 MACHINE_ARCH=sh3eb or sh3el
(depending on kernel config file)
(as a separate issue, s/sh3/superh/ or whatever)
itojun