Whamcloud - gitweb
Fix cross compilation problem in parse-types.sh
authorChen Qi <Qi.Chen@windriver.com>
Tue, 6 May 2014 01:08:42 +0000 (21:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 7 May 2014 14:51:50 +0000 (10:51 -0400)
commit91f04685bfa86ed4b19a54d11b4093b9d904f3df
treed96dee507cb099f73b580b89644d94a9ebce7edf
parent2de2628b2d230781cdf25530c22794c707aa77b2
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>
config/parse-types.sh
configure
configure.in