diff options
author | Yuanjie Huang <yuanjie.huang@windriver.com> | 2015-07-03 09:48:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-07 23:57:13 +0100 |
commit | 0b0e4d7aa64feded0a7bf89264d2367489808a38 (patch) | |
tree | 041886f760632c30d608cbbb1122ec81793a655b /meta/recipes-extended/bc | |
parent | fe84747f961772b61031af59d44e54b178148379 (diff) | |
download | openembedded-core-0b0e4d7aa64feded0a7bf89264d2367489808a38.tar.gz openembedded-core-0b0e4d7aa64feded0a7bf89264d2367489808a38.tar.bz2 openembedded-core-0b0e4d7aa64feded0a7bf89264d2367489808a38.zip |
ldconfig-native: Add 64-bit flag for ELF64 entries
ldconfig-native was grepped from an old version of glibc, and its output
lacks neccessary 64bit flag in entries.
Due to this defect, ctypes.util.find_library() python function fails to
detect any library due to the old file format that ldconfig-native
creates. This fix sets architecture-dependent 64bit flags for 64-bit ELF.
Since the host's elf.h may not have definition for new AArch64 machine
type, a work-around is added to correctly flag 64-bit ARM libraries.
Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/bc')
0 files changed, 0 insertions, 0 deletions