Home
last modified time | relevance | path

Searched hist:dbb7234b2a5e7d2cdb6658156de8d2d5b54033d7 (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dconfig.mkdbb7234b2a5e7d2cdb6658156de8d2d5b54033d7 Tue Jun 10 13:14:56 UTC 2014 Vasili Galka <vvv444@gmail.com> 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>
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mkdbb7234b2a5e7d2cdb6658156de8d2d5b54033d7 Tue Jun 10 13:14:56 UTC 2014 Vasili Galka <vvv444@gmail.com> 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>