]> code.ossystems Code Review - openembedded-core.git/commit
gcc: Search in OE specific target gcclibdir
authorKhem Raj <raj.khem@gmail.com>
Fri, 16 Aug 2019 17:33:00 +0000 (10:33 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Aug 2019 16:35:43 +0000 (17:35 +0100)
commit121ce09332099ab7ea695a3495daf4f904f69ae5
treeeffdf59c68598b14bc932f8785bd494e8327b34b
parent6d61cd2bdc9e326eaa59082b5dd7423e522b96d3
gcc: Search in OE specific target gcclibdir

We put gcclibir to be /usr/lib/<arch>/... and not default
usr/lib/gcc/<arch>, therefore make the include search path also look
into this directory, this should help in finding gcc headers like omp.h

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Martin Jansa <martin.jansa@gmail.com>
meta/recipes-devtools/gcc/gcc-8.3/0021-Ensure-target-gcc-headers-can-be-included.patch
meta/recipes-devtools/gcc/gcc-9.2/0019-Ensure-target-gcc-headers-can-be-included.patch