diff options
author | Dennis Lan <dennis.yxun@gmail.com> | 2012-06-28 14:36:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-29 13:09:51 +0100 |
commit | 6a013236d362874c661aa5f15b948aac32177181 (patch) | |
tree | c5e596bca5991958f28c3e5769c493b091ca2b82 /meta/classes/oelint.bbclass | |
parent | e052ab9ac0f464ae4c7054a9af6663a0213d4192 (diff) | |
download | openembedded-core-contrib-6a013236d362874c661aa5f15b948aac32177181.tar.gz |
eglibc: support mipsel little endian, filter out -march=mips32
Quote for eglibc source:
for mips eglibc now builds syscall tables for all abi's
so we make sure that we choose right march option which is
compatible with o32,n32 and n64 abi's
e.g. -march=mips32 is not compatible with n32 and n64 therefore
we filter it out in such case -march=from-abi which will be
mips1 when using o32 and mips3 when using n32/n64
Signed-off-by: Dennis Lan <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/oelint.bbclass')
0 files changed, 0 insertions, 0 deletions