libstdc++ configure fail due to -EL option

Bryan Hundven bryanhundven@gmail.com
Wed Jan 18 07:28:00 GMT 2012


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



More information about the crossgcc mailing list