kumquat-buildroot/boot
Thomas Petazzoni da60753a43 grub: support build on x86-64, and misc other improvements
This commit brings a number of improvements to the grub packaging:

 * It builds grub with the host compiler, which is needed so that we
   can build a 32 bits grub even if the target architecture is
   x86-64. To make sure we have a host compiler capable of generating
   32 bits code, grub now selects the BR2_HOSTARCH_NEEDS_IA32_COMPILER
   option. Building with the host compiler is done by cheating and
   passing $(HOST_CONFIGURE_OPTS) in GRUB_CONF_ENV.

 * Some additional CFLAGS are added to make sure grub builds properly
   with modern compilers (-O0, --build-id=none, -fno-stack-protector).

 * Removal of the GRUB_INSTALL_STAGING_CMDS which were not used, since
   GRUB_INSTALL_STAGING was not set to YES.

 * Installation of the "grub" binary in $(HOST_DIR) instead of
   $(TARGET_DIR) since it's actually used only on the host to install
   grub into an image or device.

 * Removal of the grub uninstall commands, since they are generally
   considered useless.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-01 23:35:28 +01:00
..
at91bootstrap Normalize separator size to 80 2013-06-07 10:54:54 +02:00
at91bootstrap3 Normalize separator size to 80 2013-06-07 10:54:54 +02:00
at91dataflashboot Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
barebox barebox: bump to version 2013.11.0 2013-11-13 00:57:16 +01:00
boot-wrapper-aarch64 Normalize separator size to 80 2013-06-07 10:54:54 +02:00
grub grub: support build on x86-64, and misc other improvements 2013-12-01 23:35:28 +01:00
lpc32xxcdl Normalize separator size to 80 2013-06-07 10:54:54 +02:00
mxs-bootlets Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
syslinux syslinux: bump to version 4.07 2013-09-11 12:53:53 +02:00
uboot Config.in files: whitespace cleanup 2013-11-11 22:19:30 +01:00
xloader Normalize separator size to 80 2013-06-07 10:54:54 +02:00
common.mk Fix build reproducibility in Make 3.82 2013-09-06 23:27:42 +02:00
Config.in boot-wrapper-aarch64: new package 2012-11-02 21:10:18 +01:00