diff options
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.7.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_4.7.bb b/meta/recipes-devtools/gcc/gcc_4.7.bb index 9954375e6e..f68c67a403 100644 --- a/meta/recipes-devtools/gcc/gcc_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc_4.7.bb | |||
| @@ -2,4 +2,4 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
| 2 | require gcc-configure-target.inc | 2 | require gcc-configure-target.inc |
| 3 | require gcc-package-target.inc | 3 | require gcc-package-target.inc |
| 4 | 4 | ||
| 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR} -I${B}/gcc/include/ " |
diff --git a/meta/recipes-devtools/gcc/gcc_4.8.bb b/meta/recipes-devtools/gcc/gcc_4.8.bb index 9954375e6e..f68c67a403 100644 --- a/meta/recipes-devtools/gcc/gcc_4.8.bb +++ b/meta/recipes-devtools/gcc/gcc_4.8.bb | |||
| @@ -2,4 +2,4 @@ require recipes-devtools/gcc/gcc-${PV}.inc | |||
| 2 | require gcc-configure-target.inc | 2 | require gcc-configure-target.inc |
| 3 | require gcc-package-target.inc | 3 | require gcc-package-target.inc |
| 4 | 4 | ||
| 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR} -I${B}/gcc/include/ " |
