[OE-core] [PATCH] gcc: upgrade to 4.9.2 and fix the bug #6824

Lei, Maohui leimaohui at cn.fujitsu.com
Tue Jan 13 02:09:43 UTC 2015


Hi Jacob, Martin

I think I  brought  back the old version things about the sysroot. I’m sorry.
It should be the following:

EXTRA_OECONF_PATHS = "\
    --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
    --with-sysroot=/not/exist \
    --with-build-sysroot=${STAGING_DIR_TARGET} \
"


From: Jacob Kroon [mailto:jacob.kroon at gmail.com]
Sent: Monday, January 12, 2015 5:11 PM
To: Lei, Maohui/雷 茂慧
Cc: openembedded-core
Subject: Re: [OE-core] [PATCH] gcc: upgrade to 4.9.2 and fix the bug #6824

Hi,

On Mon, Jan 12, 2015 at 4:12 AM, Lei Maohui <leimaohui at cn.fujitsu.com<mailto:leimaohui at cn.fujitsu.com>> wrote:
<snip>

 EXTRA_OECONF_PATHS = "\
-    --with-gxx-include-dir=/not/exist{target_includedir}/c++/${BINV} \
-    --with-sysroot=/not/exist \
+    --with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++/${BINV} \
+    --with-sysroot=${STAGING_DIR_TARGET} \
     --with-build-sysroot=${STAGING_DIR_TARGET} \
 "

Unless things have changed, the sysroot is supposed to be poisoned by default, see commit 04b725511a505c582a3abdf63d096967f0320779 in OE-Core.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150113/de27760a/attachment-0002.html>


More information about the Openembedded-core mailing list