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: libstdc++ configure fail due to -EL option


On Tue, Jan 17, 2012 at 9:36 PM, Zhenqiang Chen
<zhenqiang.chen@linaro.org> wrote:
> I try to build gcc trunk from crosstool-ng for arm-linux-gnueabi. But
> xgcc reports error when configuring libstdc++ due to "-EL" option.
>
> Âxgcc: error: unrecognized command line option '-EL'
>

-EL is only valid for mips gcc as far as ct-ng is concerned. It should
not be used for arm configurations since arm is little endian by
default pluis this is an invalid option you need
-mlittle-endian for arm if you really want to specify it explicitly.

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