This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

Re: General questions about installing Cross GCC


On Wed, 7 Jul 1999, linuxburken wrote:

> >> Don't you have to add "--program-prefix=arm-coff-" to configure if you
> >> want to have the above executable names ?
> >> 
> >> Brendan Simon.
> >> 
> >When configure detects that it is creating a cross environment, this is
> >automatic.
> >
> >Brian Ford
>
> The problem with not specifying the "--program-prefix" is that the C
> compiler is named:
> arm-unknown-coff-gcc, which is not what I want!
> 
> If you specify the "--program-prefix=arm-coff-", the C compiler is named:
> arm-coff-gcc, which is exactly what I want!
> 
> CH
Ok.  config.sub translates arm-coff into arm-unknown-coff which is used as
the default program-prefix.

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444


_______________________________________________
New CrossGCC FAQ: http://www.objsw.com/CrossGCC
_______________________________________________
To remove yourself from the crossgcc list, send
mail to crossgcc-request@cygnus.com with the
text 'unsubscribe' (without the quotes) in the
body of the message.

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