]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - configure.ac
Fix cross-compilation problems when CFLAGS contain target-specific options
authorTheodore Ts'o <tytso@mit.edu>
Wed, 9 Nov 2005 22:37:07 +0000 (18:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 9 Nov 2005 22:37:07 +0000 (18:37 -0400)
commitdd947da232d2442f86c2f4d595cf7d3b76604e49
treef19e5e1651356dfc257a1aa4ba08ac748d996361
parent8dceb92407f751d1a8aecd4bfb36d1fe2dc3cf9a
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>
ChangeLog
MCONFIG.in
configure
configure.in
util/ChangeLog
util/Makefile.in