diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-03-05 13:14:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-11 09:25:50 -0700 |
commit | 45877518e2d277c63d5a561408fbfcd4cb5a2a76 (patch) | |
tree | 28bd3bee40a388d440639073da8a8f4f8b6eda35 /meta/recipes-devtools/gcc | |
parent | 23f7decb84922a3467c5b10b013e66596926b5cf (diff) | |
download | openembedded-core-45877518e2d277c63d5a561408fbfcd4cb5a2a76.tar.gz openembedded-core-45877518e2d277c63d5a561408fbfcd4cb5a2a76.tar.bz2 openembedded-core-45877518e2d277c63d5a561408fbfcd4cb5a2a76.zip |
e2fsprogs: fix cross compilation problem
When compiling e2fsprogs for qemumips64, we got compilation errors.
The root cause is that parse-types.sh script would fail for mips64.
However, the type size checking in parse-types.sh doesn't make much
sense in case of cross compilation. This is because that the typedef
statements in asm_types.h are for the target machine while the generated
binary in parse-types.sh script is executed on build machine.
This patch fixes such problem.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
0 files changed, 0 insertions, 0 deletions