This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: why doesn't "--program-prefix=<foo>" work?


> Hmm, so specifying --program-prefix=foo- would give
> foo-powerpc-elf-gcc?  I don't think I agree with you; that's a pretty
> unintuitive change, and it's also not parallel to the way we search for
> cross tools.  It seems to me that this should generate a GCC whose name
> looks like the GAS it will use.

i agree. the point of applying the --program-prefix is to replace the
'armv-linux-' prefix with something more specific to the optimization
of the chain, such as 'xscale-linux-' or just plain 'xscale-' ... 
otherwise i'd have the following really long and annoying names:

  sa110-arm-linux-
  xscale-arm-linux-
  sa1110-arm-linux-

and so forth.

-j


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