]> code.ossystems Code Review - openembedded-core.git/commit
binutils: Use target provided zlib
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Jan 2016 13:21:06 +0000 (13:21 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 31 Jan 2016 16:28:54 +0000 (16:28 +0000)
commit9ec713c3949f9bcfa1e03561b9811eb3d0451c2f
tree27e4a2c7cb7c8790c097dfe03da0f4c6755d863a
parent86ade2cc2553c942d9526c5323a11ae151653505
binutils: Use target provided zlib

When using -fpie (security related cflags), qemux6-64 builds would
fail due to linker symbol errors. This was due to the internal zlib
that binutils was using.

Add the switch to tell it to use the target system zlib which is
already in DEPENDS. That zlib is already compiled with the correct
flags.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils_2.26.bb