Re: [OE-core] [PATCH v2] gcc: add build directory to include directories

2013-06-11 Thread Mark Hatle
On 6/10/13 7:21 PM, Khem Raj wrote: what happens if you use --disable-libunwind-exceptions As far as I know we have not tried that. Doesn't this change some of the processing though for systems that use unwind as the only way to generate proper back traces? --Mark On May 31, 2013, at

Re: [OE-core] [PATCH v2] gcc: add build directory to include directories

2013-06-11 Thread Khem Raj
On Jun 11, 2013, at 9:13 AM, Mark Hatle mark.ha...@windriver.com wrote: what happens if you use --disable-libunwind-exceptions As far as I know we have not tried that. Doesn't this change some of the processing though for systems that use unwind as the only way to generate proper back

Re: [OE-core] [PATCH v2] gcc: add build directory to include directories

2013-06-11 Thread Peter Seebach
On Tue, 11 Jun 2013 10:11:46 -0700 Khem Raj raj.k...@gmail.com wrote: On Jun 11, 2013, at 9:13 AM, Mark Hatle mark.ha...@windriver.com wrote: what happens if you use --disable-libunwind-exceptions As far as I know we have not tried that. Doesn't this change some of the processing

Re: [OE-core] [PATCH v2] gcc: add build directory to include directories

2013-06-10 Thread Khem Raj
what happens if you use --disable-libunwind-exceptions On May 31, 2013, at 8:55 AM, Mark Hatle mark.ha...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com Add build directory to include directories by -I${B}/include which will be searched before standard system include

[OE-core] [PATCH v2] gcc: add build directory to include directories

2013-05-31 Thread Mark Hatle
From: Roy.Li rongqing...@windriver.com Add build directory to include directories by -I${B}/include which will be searched before standard system include directories. Both libunwind and gcc supply unwind.h, once gcc use libunwind's unwind.h, the compiling will fail. This patch is generally not