OSDN Git Service

Fix cross compilation issues in e2fsck/gen_crc32table
authorTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:05:30 +0000 (21:05 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 19 Jul 2008 01:05:30 +0000 (21:05 -0400)
commit3467f2db22fb5893ddca11da2a81b1fafa5505c4
treed9ec25b8b514246e2508b2a89db59b16c9104517
parent68801284aaf8fba71cdbdf8a5e50c05c624dbe07
Fix cross compilation issues in e2fsck/gen_crc32table

The Makefile should use BUILD_CFLAGS instead of ALL_CFLAGS since it
will be built for the host, not the target.

Addresses-Sourceforge-Bug: #2019287

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/Makefile.in