summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2023-07-31 22:17:32 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-08-04 11:44:28 +0100
commitb63831af2b0d1a617280a1a9ca66219464f61af2 (patch)
tree0eef0dca74a44bb34a60c0ef482fc5e6d79a6cb5 /meta/recipes-bsp
parentb5840b56361fa6be52ec292c167d9a7dc81d2f85 (diff)
downloadpoky-b63831af2b0d1a617280a1a9ca66219464f61af2.tar.gz
efivar: drop -fuse-ld=bfd
* upstream doesn't use --add-needed since: b23aba1 Remove deprecated --add-needed linker flag https://github.com/rhboot/efivar/pull/218/commits/b23aba1469de8bb7a115751f9cd294ad3aaa6680 which is already included in the source since: "efivar: Upgrade to tip of trunk" https://git.openembedded.org/openembedded-core/commit/?id=4df808c616f847d90203582fd950a49bb8360dd0 (From OE-Core rev: 52572a930b8c3518e07010bafc2a1920d4a11884) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/efivar/efivar_38.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/recipes-bsp/efivar/efivar_38.bb b/meta/recipes-bsp/efivar/efivar_38.bb
index 87a1e665ca..411e951a5a 100644
--- a/meta/recipes-bsp/efivar/efivar_38.bb
+++ b/meta/recipes-bsp/efivar/efivar_38.bb
@@ -19,10 +19,6 @@ inherit pkgconfig
19 19
20export CCLD_FOR_BUILD = "${BUILD_CCLD}" 20export CCLD_FOR_BUILD = "${BUILD_CCLD}"
21 21
22# Upstream uses --add-needed in gcc.specs which gold doesn't support, so
23# enforce BFD.
24LDFLAGS += "-fuse-ld=bfd"
25
26do_compile() { 22do_compile() {
27 oe_runmake ERRORS= HOST_CFLAGS="${BUILD_CFLAGS}" HOST_LDFLAGS="${BUILD_LDFLAGS}" 23 oe_runmake ERRORS= HOST_CFLAGS="${BUILD_CFLAGS}" HOST_LDFLAGS="${BUILD_LDFLAGS}"
28} 24}