diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-08-28 06:34:10 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-09-03 19:56:52 +0200 |
commit | 9f26a42638fda6159bf2a68f1db32db1eb72c355 (patch) | |
tree | 5364fddfbc6f1498bdc32cff4aee95e651edbb17 /toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb | |
parent | 0879762ec4206333173d6a0abaa21f1398bac2a4 (diff) | |
download | meta-openembedded-9f26a42638fda6159bf2a68f1db32db1eb72c355.tar.gz |
gcc-4.6: Update to match gcc restructing in OE-Core
The include file infra in gcc recipes recieved an overhaul
on OE-Core. This patch matches the toolchain layer recipes
to use the new include files
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb b/toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb index 97e6c324d..6ad8973b4 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb +++ b/toolchain-layer/recipes-devtools/gcc/gcc_4.6.bb | |||
@@ -1,5 +1,2 @@ | |||
1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
2 | require recipes-devtools/gcc/gcc-configure-target.inc | 2 | require recipes-devtools/gcc/gcc-target.inc |
3 | require recipes-devtools/gcc/gcc-package-target.inc | ||
4 | |||
5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | ||