summaryrefslogtreecommitdiffstats
path: root/scripts/sysroot-relativelinks.py
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@bisdn.de>2024-06-26 16:14:53 +0200
committerSteve Sakoman <steve@sakoman.com>2024-07-09 06:06:09 -0700
commitb5381de5ba025aa2dec957bb7cea78709afb7224 (patch)
treecaaafc5f7d905a2dd56c28e69dcd0acace959be0 /scripts/sysroot-relativelinks.py
parent979f68bad09969bf85b2b6ecb575a6d264c0dc5e (diff)
downloadpoky-b5381de5ba025aa2dec957bb7cea78709afb7224.tar.gz
linuxloader: add -armhf on arm only for TARGET_FPU 'hard'
There are two types of soft FPU options for arm, soft and softfp, and if using the latter the wrong dynamic loader will be used. E.g. go will link against ld-linux-armhf.so.3, but libc6 will only ship a ld-linux.so.3, so go programs will fail to start. Fix this by instead checking for TARGET_FPU being 'hard' and then applying the suffix. (From OE-Core rev: c7426629245db2ea8d9f3cf25b575ac31b5a83b0) Signed-off-by: Jonas Gorski <jonas.gorski@bisdn.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 07b4c7a2bd23f8645810e13439e814caaaf9cd94) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/sysroot-relativelinks.py')
0 files changed, 0 insertions, 0 deletions