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

Re: [MiNT] [PATCH] gcc, disable no-multilib directory if multilib switch given



On Sat, 2010-05-15 at 23:25 +0200, Miro Kropacek wrote:
> > $ m68k-atari-mint-gcc -print-search-dirs -m68020-60
> > prints the m68020-60 lib/m68020-60 dirs, and then the default lib/
> > directories.
> >
> > With my patch, only directories in the form lib/m68020-60 are now
> > listed and will be used.
> >
> Are you aware of the fact in such case one needs _every_ library to
> have in 020+ version? This is typical for sparemint, too, you compile
> some 020+ package but the rest (for example readline, ncurses, ...) is
> linked from /usr/lib. I guess this is the reason why upstream wouldn't
> like it? :)
> 
> But this isn't bad thing -- I think only feature missing is the switch
> to (de)activate it. In that way, everybody is free to choose, either
> inspecting / checking with -v switch or forcing everything for given
> architecture. Btw, I would prefer the latter :)

I think Gentoo prefers "no" multilib and therefore everything is built
for the architecture in question. Currently m68000 target for the
binaries I've built. But I do intend to do m68020-060 as well as
coldfire soon.

Alan.