Subject: Re: Do we need new MACHINE_ARCH for Dreamcast?
To: None <tv@wasabisystems.com>
From: Marcus Comstedt <marcus@idonex.se>
List: port-sh3
Date: 09/18/2000 16:15:20
>>>>> "Todd" == Todd Vierling <tv@wasabisystems.com> writes:

  Todd> Note that mips does have some gcc-provided #defines that tell headers which
  Todd> endian is in use (from -EB and -EL flags).  These can be used to provide the
  Todd> proper #ifdef macro, as well.

gcc for SH defines __LITTLE_ENDIAN__ when compiling with -ml.

About MACHINE_ARCH, shouldn't it really be sh4el?  You probably want
to use -m4 when compiling.

Do we have any CVS repository to check in device drivers to yet btw?
I still have a nice console driver, but nowhere to put it...


  // Marcus