Skip to content

Commit

Permalink
Revert "libhugetlbfs: Do not use lld linker"
Browse files Browse the repository at this point in the history
This reverts commit d179348.
  • Loading branch information
kraj committed Oct 10, 2024
1 parent 354bad7 commit 8b5bb66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conf/nonclangable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -656,8 +656,6 @@ LDFLAGS:remove:pn-lastlog2:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATU
LDFLAGS:remove:pn-python3-bcrypt:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld ptest', '-fuse-ld=lld', '', d)}"
LDFLAGS:remove:pn-bluez5:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '-fuse-ld=lld', '', d)}"
LDFLAGS:append:pn-bluez5:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -fuse-ld=bfd', '', d)}"
# Uses a linker wrapper which assumes BFD linker
LDFLAGS:remove:pn-libhugetlbfs:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '-fuse-ld=lld', '', d)}"

LD:pn-gnu-efi:toolchain-clang = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', '${HOST_PREFIX}ld.bfd${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}', '${HOST_PREFIX}ld${TOOLCHAIN_OPTIONS} ${HOST_LD_ARCH}', d)}"
TOOLCHAIN:pn-perf = "gcc"
Expand Down

0 comments on commit 8b5bb66

Please sign in to comment.