kumquat-buildroot/boot
Arnout Vandecappelle 890c9e761b grub2: pass target NM, OBJCOPY and STRIP
Fixes https://bugs.busybox.net/show_bug.cgi?id=8256

grub2's build system interprets CC, CFLAGS and CPPFLAGS as for the host
and uses TARGET_CC etc. for the target. However, NM, OBJCOPY and STRIP
are used for the target. We currently pass the host-versions of these
tools as part of $(HOST_CONFIGURE_OPTS).

While we're at it, also pass TARGET_LDFLAGS.

This problem had not been noticed up to now because usually we build on
an x86 machine for the x86 architecture, so the binutils are compatible.
However, this is not true on an i386 when building for x86_64.

Cc: Christophe Bricout <christophebricout@yahoo.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-09-20 14:52:19 +02:00
..
at91bootstrap
at91bootstrap3 boot/at91boostrap3: check for config file before calling kconfig-package 2015-07-14 10:30:30 +02:00
at91dataflashboot
barebox barebox: bump to version 2015.09.0 2015-09-14 21:31:22 +02:00
boot-wrapper-aarch64
grub
grub2 grub2: pass target NM, OBJCOPY and STRIP 2015-09-20 14:52:19 +02:00
gummiboot boot/gummiboot: switch to http for git clone 2015-05-01 10:26:51 +02:00
lpc32xxcdl
mxs-bootlets boot/mxs-bootlets: do not check hash of custom tarball 2015-05-02 15:11:01 +02:00
syslinux
uboot u-boot: 2015.07 - fix creation of .config 2015-08-30 22:40:35 +02:00
xloader
common.mk
Config.in