commit | 91f04685bfa86ed4b19a54d11b4093b9d904f3df | [log] [tgz] |
---|---|---|
author | Chen Qi <Qi.Chen@windriver.com> | Mon May 05 21:08:42 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed May 07 10:51:50 2014 -0400 |
tree | d96dee507cb099f73b580b89644d94a9ebce7edf | |
parent | 2de2628b2d230781cdf25530c22794c707aa77b2 [diff] |
Fix cross compilation problem in parse-types.sh The checking of types in parse-types.sh doesn't make much sense in a cross-compilation environment, because the generated binary is executed on build machine. So even if asm_types.h has got correct statements for types, it's possible that the generated binary will report an error, because these types are for the target machine. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>