aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/iperf
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2016-08-23 03:21:50 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-05 13:27:40 +0200
commit010d99d5572aacc9a654ee187ca3eccf20f021d2 (patch)
treef78b728f476135ca90313f52078043ec2ba93b73 /meta-oe/recipes-benchmark/iperf
parent26b10138433e5d35f19680f6cdf515736936a179 (diff)
downloadmeta-openembedded-contrib-010d99d5572aacc9a654ee187ca3eccf20f021d2.tar.gz
efivar: fix PIC not found
Previously, we tweak gcc option for gold linker to workaround link failure, it caused shared object dependencies missing while non gold linker: Print shared object dependencies in target: ...... root@localhost:~# ldd /usr/sbin/efibootmgr linux-vdso.so.1 (0x00007ffdbbbe4000) libc.so.6 => /lib64/libc.so.6 (0x00007fce48355000) PIC => not found libefivar.so.0 => /usr/lib64/libefivar.so.0 (0x00007fce4813d000) PIC => not found libefiboot.so.0 => /usr/lib64/libefiboot.so.0 (0x00007fce47f33000) /lib64/ld-linux-x86-64.so.2 (0x00007fce486f2000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fce47d2f000) ...... The efivar dynamic library missing PIC option. Do not apply gold linker fix while non gold linker. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/iperf')
0 files changed, 0 insertions, 0 deletions