This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: building arm gcc (armv6)


>    Im using ARM1136.
> 
>    I want to build a compiler that builds armv6 instructions for arm1136.
> 
>   Could you please let me know what options im supposed to give to
>   build gcc for arm1136 (armv6).

1) Build a --target=arm-elf compiler.

2) Try passing -mcpu=arm1136js or -mcpu=arm1136jfs to arm-elf-gcc to
   have it generate code for an arm1136 core...

-- 
Peter Barada
peter@the-baradas.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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