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

Re: [MiNT] GCC return register



On Mon, 2011-01-24 at 16:15 +0100, Miro Kropáček wrote:
> 
>         How do you forbid incompatible library mixing ?
> Well, you can't forbid it totally, if user provides an explicit
> library reference (absolute path). No doubt about that. But you can
> switch off this "nice" mint-specific feature where -m68020-60 means
> "search in <prefix>/lib/m68020-60 *and* then in <prefix>/lib.

That's not really good enough though, as you can still pass another
search path with -L and it blows up anyway.

The only real solution is to agree on which register to use.

Alan.