aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtd
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-03-05 13:14:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-11 09:25:50 -0700
commit45877518e2d277c63d5a561408fbfcd4cb5a2a76 (patch)
tree28bd3bee40a388d440639073da8a8f4f8b6eda35 /meta/recipes-devtools/mtd
parent23f7decb84922a3467c5b10b013e66596926b5cf (diff)
downloadopenembedded-core-contrib-45877518e2d277c63d5a561408fbfcd4cb5a2a76.tar.gz
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/mtd')
0 files changed, 0 insertions, 0 deletions