From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: Khem Raj <raj.khem@gmail.com>,
"openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: RE: [oe] [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker
Date: Sun, 17 Oct 2021 10:51:47 +0000 [thread overview]
Message-ID: <1ea36ba81f0d4fe0b43d36b415ee6255@axis.com> (raw)
In-Reply-To: <20211016165223.1271496-1-raj.khem@gmail.com>
> -----Original Message-----
> From: openembedded-devel@lists.openembedded.org <openembedded-
> devel@lists.openembedded.org> On Behalf Of Khem Raj
> Sent: den 16 oktober 2021 18:52
> To: openembedded-devel@lists.openembedded.org
> Cc: Khem Raj <raj.khem@gmail.com>
> Subject: [oe] [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker
Add a motivation as to why this is needed.
//Peter
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb b/meta-
> oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> index cc037d3934..b5ab0a171c 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> @@ -19,6 +19,8 @@ S = "${WORKDIR}/git"
>
> inherit autotools pkgconfig
>
> +LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -
> fuse-ld=bfd ', '', d)}"
> +
> # After several fix attempts there is still a race between generating
> # t.test-full.pb.h and compiling cxx_generate_packed_data.c despite
> # BUILT_SOURCES and explicit dependencies.
> --
> 2.33.1
next prev parent reply other threads:[~2021-10-17 10:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-16 16:52 [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker Khem Raj
2021-10-16 16:52 ` [meta-perl][PATCH 2/3] libcrypt-openssl-rsa-perl: Fix build with openssl3+ Khem Raj
2021-10-16 16:52 ` [meta-oe][PATCH 3/3] nodejs: Upgrade to 14.18.1 Khem Raj
2021-10-17 10:51 ` Peter Kjellerstedt [this message]
2021-10-17 21:23 ` [oe] [meta-oe][PATCH 1/3] protobuf-c: Do not use gold linker Khem Raj
2021-10-19 15:09 ` Martin Jansa
2021-10-19 16:06 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1ea36ba81f0d4fe0b43d36b415ee6255@axis.com \
--to=peter.kjellerstedt@axis.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.