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


>> 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


At 10:27 1999-07-07 -0500, you wrote:
>On Wed, 7 Jul 1999, Brendan Simon wrote:
>
>> Doug Evans wrote:
>> 
>> > As stated above, configure with "--target=arm-coff".
>> > You will then see programs like arm-coff-gcc, arm-coff-ld, etc.
>> 
>> 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

_______________________________________________
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]