]> git.ipfire.org Git - thirdparty/grub.git/commit
reintroduce BUILD_LDFLAGS for the cross-compile case
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 18 Jan 2014 15:50:54 +0000 (19:50 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 18 Jan 2014 15:50:54 +0000 (19:50 +0400)
commitdcecae1a49996bbaefb4133a878215594eb5094a
tree2d07f8f7077eacec587a5ef4ed1e8b62920b7c40
parentae80f312700c72fcb0222a7865ea69f37517a313
reintroduce BUILD_LDFLAGS for the cross-compile case

This allows providing separate LDFLAGS for build and host environments, which
are not necessary the same for cross-compile case. In particular, it allows
building host programs statically to not depend on presence of libraries at
run-time (e.g. MinGW DLLs on Windows) while continue to use default dynamic
linking at build time.

Also fix obsolete comments in confgure.ac - we do use different environment
for build and host now.
ChangeLog
INSTALL
Makefile.am
configure.ac
grub-core/Makefile.am