]> code.ossystems Code Review - openembedded-core.git/commit
gcc: make sure header path is set correctly
authorAnuj Mittal <anujx.mittal@intel.com>
Thu, 30 Jun 2016 02:57:12 +0000 (10:57 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Jul 2016 16:25:21 +0000 (17:25 +0100)
commit463909e876a66555d5df628591bace8cea0a6b0c
tree19657c2677f920b9dd22f8940eb160fae07bdc24
parent2c4ae03834be3f4449487a2c7c40829d94051d99
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>
(cherry picked from commit 85630aa894278e7818c867179dc19ca2fbd994fc)
Signed-off-by: Anuj Mittal <anujx.mittal@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-target.inc