libstdc++ configure fail due to -EL option

Khem Raj raj.khem@gmail.com
Wed Jan 18 07:22:00 GMT 2012


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


More information about the crossgcc mailing list