Subject: Re: src/distrib/miniroot/Makefile
To: Bill Studenmund <wrstuden@nas.nasa.gov>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: tech-toolchain
Date: 03/15/1999 22:24:44
On Mon, Mar 15, 1999 at 01:15:28PM -0800, Bill Studenmund wrote:
> On Mon, 15 Mar 1999, Ignatios Souvatzis wrote:
> 
> > > In the short term, the "${ARCHDIR}/Makefile.inc"'s can specify the desired
> > > endianness in their NEWFSOPTS assignment. 
> > > 
> > > Already existing: 
> > > 
> > > ../amiga/miniroot/Makefile.inc:NEWFSOPTS?=      -c 64
> > > ../atari/miniroot/Makefile.inc:NEWFSOPTS?=      -i 3052 -c 60
> > > ../mac68k/miniroot/Makefile.inc:NEWFSOPTS?=     -i 8192
> > > ../pmax/miniroot/Makefile.inc:NEWFSOPTS?=       -c 64
> > > 
> > > adding -B be for all but pmax (here: -B le) should do the job.
> > 
> > I've added this for the time being.
> 
> Actually this fix strikes me as the correct long-term fix. If a port is
> using the MI script, it should feed the info in from an MD file.
> 
> Thanks for doing this! It was still in my to-do list, and was getting near
> the top.

Hope I didn't forget anybody.

	-is