| Submitter | Khem Raj |
|---|---|
| Date | April 30, 2012, 8:51 p.m. |
| Message ID | <1335819064-29468-2-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/26681/ |
| State | Accepted |
| Commit | 9daadb3f4985ade47193f2db44d31f2a2189c414 |
| Headers | show |
Comments
On Mon, Apr 30, 2012 at 01:51:03PM -0700, Khem Raj wrote: > To accomodate gcc 4.7 which needed a different option > than --with-header this option setting has been moved > into version specific recipes > > Signed-off-by: Khem Raj <raj.khem@gmail.com> Tested-by: Denys Dmytriyenko <denys@ti.com> > --- > .../gcc/gcc-crosssdk-intermediate_4.5.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb > index 971f3ba..61a0dfb 100644 > --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb > +++ b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb > @@ -1,3 +1,3 @@ > require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb > require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc > - > +EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} " > -- > 1.7.5.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb index 971f3ba..61a0dfb 100644 --- a/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb +++ b/toolchain-layer/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.bb @@ -1,3 +1,3 @@ require recipes-devtools/gcc/gcc-cross-intermediate_${PV}.bb require recipes-devtools/gcc/gcc-crosssdk-intermediate.inc - +EXTRA_OECONF += " --with-headers=${STAGING_DIR_TCBOOTSTRAP}${SYSTEMHEADERS} "
To accomodate gcc 4.7 which needed a different option than --with-header this option setting has been moved into version specific recipes Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../gcc/gcc-crosssdk-intermediate_4.5.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)