This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Skipping of incompatible linker scripts in search path


> I'd rather some other scheme, if at all possible, because it would be
> nice to build a biarch linker that automatically selected output arch
> depending on input.  There is code in ld to do that (whether it works
> or not I can't say), but it is overridden by OUTPUT_FORMAT in scripts.
> So if we got rid of all OUTPUT_FORMAT statements in scripts it might
> be possible to dipense with -m arch on ld command line.

The simplest of the other features we've discussed for this is something like:

MATCH_TARGET ( target )

that would have the biarch skipping behavior Jakub's patch gives to
OUTPUT_FORMAT, but match on input format.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]