[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] trunk-09082010 file structure / content



On Mon, 2010-08-09 at 22:58 +0200, Helmut Karlowski wrote:
> Am 09.08.2010, 21:58 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:
> 
> >> - same for XaAES builds, 'ozk' and 'debug' shouldn't be there, a fact
> >> 'xaaes.km' is build for 030 isn't emphasized anywhere, 040/060 -->
> >> same ones, we don't need both of them
> >
> > I'll remove ozk and debug. The other comments should be fixed by Helmut.
> 
> You mean xaaes.km is now xaaes030.km, xaaes000.km is now xaaes.km and no  
> xaaes060.km?

We have kernels ...

mint000.prg
mint030.prg
mint040.prg
mint060.prg
mintv4e.prg
mint117.prg (020-060 maybe compile with -m68020 & rename to mint020.prg)

It'd be nice to match xaaes*.km with those names too.

To be honest. This is a build tweak I was planning for 1.18, but it
seems to be we just build the tree once with a certain processor flag.
That way all the XDD's, XFS's, XIF's etc are compiled with that
processor in mind. Currently the XDD, XFS's and XIF's are compiled for
68000 and are not optimal for other CPU's.

Then "make install" would prepare everything for that target CPU, then
we re-run the build with another CPU to generate another tarball etc,
etc, etc.

Comments ?

Alan.