u-boot-brain/arch/x86
Vasili Galka dbb7234b2a x86: Enable 32-bit build using x86_64 multilib toolchain
Until now building the x86 arch boards required 32-bit toolchain. As
many x86_64 toolchains come with 32-bit support (multilib) that's a
good idea to enable build with such toolchains.

The change required was to specify the usage of 32-bit explicitly to
the compiler and the linker (-m32 and -m elf_i386 flags) and locate
the right libgcc path.

Signed-off-by: Vasili Galka <vvv444@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
2014-06-23 15:37:23 -06:00
..
cpu x86: Enable 32-bit build using x86_64 multilib toolchain 2014-06-23 15:37:23 -06:00
dts Makefile: Support include files for .dts files 2014-06-20 11:55:03 -06:00
include/asm x86: delete unused header files 2014-01-24 16:59:07 -05:00
lib kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 2014-03-28 15:06:29 -04:00
config.mk x86: Enable 32-bit build using x86_64 multilib toolchain 2014-06-23 15:37:23 -06:00