[RFC PATCH]: Sparc gold support
Ian Lance Taylor
iant@google.com
Mon Apr 14 22:19:00 GMT 2008
David Miller <davem@davemloft.net> writes:
> Firstly I know the gold/configure* aren't right. What I want to be
> able to say is that if you ask for the sparc target, we need to enable
> support for both endiannesses and both 32-bit and 64-bit support.
> Any suggestions?
The entries in configure.tgt have two purposes. One is to tell gold
which combinations to build. The other is to set the default to use
when there is no input file. So I think we need to add
targ_extra_size and targ_extra_big_endian. Those will be used to set
target_32_little, etc., but won't change default_size, etc.
Ian
More information about the Binutils
mailing list