diff options
author | Vasili Galka <vvv444@gmail.com> | 2014-06-10 16:14:56 +0300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-06-23 15:37:23 -0600 |
commit | dbb7234b2a5e7d2cdb6658156de8d2d5b54033d7 (patch) | |
tree | 0459fd1d2057ae96e4d27e340228f10891acf6a0 /board/motionpro | |
parent | 038380597bc9b97378da2e18355cd7346d17b002 (diff) |
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>
Diffstat (limited to 'board/motionpro')
0 files changed, 0 insertions, 0 deletions