Re: [OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-21 Thread Khem Raj
On Wed, Aug 21, 2019 at 9:11 PM Mittal, Anuj wrote: > > On Fri, 2019-08-16 at 08:08 -0700, Khem Raj wrote: > > On Fri, Aug 16, 2019 at 5:00 AM Martin Jansa > > wrote: > > > Hi, > > > > > > I have an app which includes omp.h from gomp, it used to find it > > > without adding any -I for that (with

Re: [OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-21 Thread Mittal, Anuj
On Fri, 2019-08-16 at 08:08 -0700, Khem Raj wrote: > On Fri, Aug 16, 2019 at 5:00 AM Martin Jansa > wrote: > > Hi, > > > > I have an app which includes omp.h from gomp, it used to find it > > without adding any -I for that (with just -fopenmp to enable > > openmp). > > > > Now the header file is

Re: [OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-16 Thread Khem Raj
On Fri, Aug 16, 2019 at 5:00 AM Martin Jansa wrote: > > Hi, > > I have an app which includes omp.h from gomp, it used to find it without > adding any -I for that (with just -fopenmp to enable openmp). > > Now the header file is included in RSS: > lib32-recipe-sysroot/usr/lib/arm-oemllib32-linux-g

Re: [OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-16 Thread Martin Jansa
Hi, I have an app which includes omp.h from gomp, it used to find it without adding any -I for that (with just -fopenmp to enable openmp). Now the header file is included in RSS: lib32-recipe-sysroot/usr/lib/arm-oemllib32-linux-gnueabi/9.2.0/include/omp.h but no longer found in default search dir

[OE-core] [PATCH V2] gcc-runtime: Move content from gcclibdir into libdir

2019-08-13 Thread Khem Raj
OE does not use the traditional /usr/lib/gcc prefix to store gcc-runtime it basically is moved into libdir, however some newer files were installed by newer versions of gcc especially libgomp ( omp.h openacc.h ) into gcclibdir, so we have content in both directories, this confuses other tools which