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: c4x - TMS320C30-40 (config question)


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


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