commit | dd947da232d2442f86c2f4d595cf7d3b76604e49 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Nov 09 18:37:07 2005 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Nov 09 18:37:07 2005 -0400 |
tree | f19e5e1651356dfc257a1aa4ba08ac748d996361 | |
parent | 8dceb92407f751d1a8aecd4bfb36d1fe2dc3cf9a [diff] |
Fix cross-compilation problems when CFLAGS contain target-specific options Use BUILD_CCFLAGS and BUILD_LDFLAGS instead of CCFLAGS and LDFLAGS in the build system when building files in the util directory which are needed during the build process. This avoids potential problems when cross-compiling some of the options are not recognized as valid by the host compiler. (Addresses Sourceforge Bug #1261547) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>