]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Fix riscv multilibs for OE way
authorKhem Raj <raj.khem@gmail.com>
Fri, 28 Dec 2018 20:03:49 +0000 (12:03 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Jan 2019 12:35:05 +0000 (12:35 +0000)
commitbadbeb01dd642d9d647d3760a3ce2aa39c3567da
tree2c80b87891e2b3688b0a5b78d612a2255154102e
parenta7fb921e16e2eb4fa5a799b556d23d79801720b0
gcc: Fix riscv multilibs for OE way

In OE we do not build mutlib like gcc does it by default, this ensures
that mutlilib is virtually disabled for OE, since we hardly use same gcc
to build for multiple ABIs

This fixes cases in SDK where g++ is not able to find standard c++
include headers

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-8.2.inc
meta/recipes-devtools/gcc/gcc-8.2/0043-riscv-Disable-multilib-for-OE.patch [new file with mode: 0644]