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:30:59 +0100 |
| commit | cc6a65dfd4b818ecd641410f76f054003767f8a1 (patch) | |
| tree | e08c8c13a097f22a929ff22a4b5062f15d4f48ac /bitbake/lib/codegen.py | |
| parent | a4d55aafa75e5884646a8b31942abf195e4448cb (diff) | |
| download | poky-cc6a65dfd4b818ecd641410f76f054003767f8a1.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
(From OE-Core rev: 6a013236d362874c661aa5f15b948aac32177181)
Signed-off-by: Dennis Lan <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/codegen.py')
0 files changed, 0 insertions, 0 deletions
