Re: [OE-core] [PATCH 06/16] gcc-sanitizers: Fix libtool .la files

2018-06-03 Thread Robert Yang
On 06/04/2018 12:01 AM, Richard Purdie wrote: On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote: From: Yuanjie Huang Since libtool sysroot is not set when compiling sanitizers, the libtool does no prefix the dependency path correctly. Fix it, so that programs can link to sanitizer librar

Re: [OE-core] [PATCH 06/16] gcc-sanitizers: Fix libtool .la files

2018-06-03 Thread Richard Purdie
On Wed, 2018-05-30 at 17:03 +0800, Robert Yang wrote: > From: Yuanjie Huang > > Since libtool sysroot is not set when compiling sanitizers, the > libtool > does no prefix the dependency path correctly. Fix it, so that > programs > can link to sanitizer libraries without error. > > Signed-off-by:

[OE-core] [PATCH 06/16] gcc-sanitizers: Fix libtool .la files

2018-05-30 Thread Robert Yang
From: Yuanjie Huang Since libtool sysroot is not set when compiling sanitizers, the libtool does no prefix the dependency path correctly. Fix it, so that programs can link to sanitizer libraries without error. Signed-off-by: Yuanjie Huang Signed-off-by: Mark Hatle --- meta/recipes-devtools/gc