kumquat-buildroot/support
Thomas Petazzoni 0e4bc50210 core: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option
Some bootloaders (such as Grub) need to be built for x86 (i.e IA32)
even if the target architecture is x86-64. However, when the target
architecture is x86-64, the cross-compiler generated by Buildroot is
not able to generate 32 bits code.

To solve this, we will rely on the host compiler being a x86 + x86-64
compiler. Therefore, this commit introduces the
BR2_HOSTARCH_NEEDS_IA32_COMPILER option, which tells the dependency
checking logic to verify that the host compiler is indeed capable of
building x86 32 bits code.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2013-12-01 23:30:58 +01:00
..
dependencies core: add BR2_HOSTARCH_NEEDS_IA32_COMPILER option 2013-12-01 23:30:58 +01:00
gnuconfig
kconfig support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
legal-info
libtool
misc
scripts Makefile: fix out-of-tree builds with multiple targets with 'all' 2013-11-06 23:24:47 +01:00