diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2012-06-08 16:57:56 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:49:52 +0100 |
commit | a166085ff31efe7f1ef604f10aaad1294fced5e0 (patch) | |
tree | f4afec6418264045e8f0267e88f937de350f245b /meta/recipes-multimedia/libvorbis | |
parent | 616fab3981c3497559bd248ef18e8a26e1f3a2e0 (diff) | |
download | poky-a166085ff31efe7f1ef604f10aaad1294fced5e0.tar.gz |
v86d: Fix cross link using host-cross ar
If building on 32bit host and creating 64bit libraries, the target
package builds should not invoke the 32bit hosts's ar. Specifically
you will get an error message like:
x86_64-linux-gcc -m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Llibs/x86emu v86_x86emu.o v86_mem.o v86_common.o v86.o -lx86emu -o v86d
libs/x86emu/libx86emu.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: error: ld returned 1 exit status
(From OE-Core rev: 4bb926513084dfa6ebf5598a177239315530276e)
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/libvorbis')
0 files changed, 0 insertions, 0 deletions