commit | 3467f2db22fb5893ddca11da2a81b1fafa5505c4 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jul 18 21:05:30 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jul 18 21:05:30 2008 -0400 |
tree | d9ec25b8b514246e2508b2a89db59b16c9104517 | |
parent | 68801284aaf8fba71cdbdf8a5e50c05c624dbe07 [diff] |
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>