c4x - TMS320C30-40 (config question)
Svein E. Seldal
Svein.Seldal@solidas.com
Sun Jun 8 11:39:00 GMT 2003
Hi,
Is there a standard syntax of the target triplet in the configure
scripts? Take the gas/configure.in as an example. Should I use this in
my config:
tic4x-*-* | c4x-*-*) fmt=coff bfd_gas=yes ;;
Or, shouls I use this:
tic4x-*-coff | c4x-*-coff) fmt=coff bfd_gas=yes ;;
NB! The only config that works today is the coff type.
I see from the other configs that both methods are in use, so I'm
uncertain how to approach this correctly.
BTW! I also see that some config uses "blabla-*-coff*" (note the last
asterisk), while others uses "blabla-*-coff". What approach should I take?
Regards,
Svein
More information about the Binutils
mailing list