]> code.ossystems Code Review - openembedded-core.git/commit
gcc: make sure header path is set correctly
authorAnuj Mittal <anujx.mittal@intel.com>
Tue, 14 Jun 2016 09:10:20 +0000 (17:10 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 15 Jun 2016 16:36:36 +0000 (17:36 +0100)
commit85630aa894278e7818c867179dc19ca2fbd994fc
treec1d4f65939f6f8c764cb067878437085057d8e7c
parentc5da9c7a3c6418386e1f923008e1cd5fbee01fdd
gcc: make sure header path is set correctly

We're setting the native header paths in do_configure_prepend,
and don't need to set them again here.

This results in gcc-target not being able to locate the headers
and not being able to detect glibc version, which in turn
results in SSP support not getting detected even though it's available
in libc.

Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-target.inc