]> code.ossystems Code Review - openembedded-core.git/commit
gcc-sanitizers: link directly against sysroot libstc++
authorRoss Burton <ross.burton@intel.com>
Mon, 4 Jan 2016 13:02:11 +0000 (13:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Jan 2016 13:40:03 +0000 (13:40 +0000)
commitf0f814a674faef2160fb8a041b63169c74da108e
tree04b7208db86a14f070ab8be617603a235fb488ab
parentdd6998ee068f0edf20139fee80fbbf6c1347649d
gcc-sanitizers: link directly against sysroot libstc++

Instead of building a shadow libstdc++-v3 directory with symlinks to the sysroot
libstdc++-v3.la, fiddle the Makefiles so that it doesn't attempt to link to a
in-tree library at all.

This fixes builds where .la files are not being installed into the sysroot at
all.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-sanitizers.inc