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 11:21 PM, Khem Raj <raj.khem@gmail.com> wrote:
> On Tue, Jan 17, 2012 at 11:09 PM, Zhenqiang Chen
> <zhenqiang.chen@linaro.org> wrote:
>> ? ?case "${CT_ARCH_ENDIAN}" in
>> ? ? ? ?big)
>> ? ? ? ? ? ?target_endian_eb=eb
>> ? ? ? ? ? ?target_endian_el=
>> ? ? ? ? ? ?CT_ARCH_ENDIAN_CFLAG="-mbig-endian"
>> ? ? ? ? ? ?CT_ARCH_ENDIAN_LDFLAG="-EB"
>> ? ? ? ? ? ?;;
>> ? ? ? ?little)
>> ? ? ? ? ? ?target_endian_eb=
>> ? ? ? ? ? ?target_endian_el=el
>> ? ? ? ? ? ?CT_ARCH_ENDIAN_CFLAG="-mlittle-endian"
>> ? ? ? ? ? ?CT_ARCH_ENDIAN_LDFLAG="-EL"
>> ? ? ? ? ? ?;;
>> ? ?esac
>
> if this code is generic then its a problem I ?see that

Khem,

Did arm linker flags change lately?

http://ftp.snapgear.org/pub/snapgear/tools/arm-linux/build-arm-linux-3.4.4

Steps 4 and 6, in this particular howto, and my toolchains have these
options. Work just fine.

-Bryan

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