From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <khem.raj@oss.qualcomm.com>
Subject: [PATCH] strace: Remove -std=gnu23 from ptests makefile to fix reproducibility
Date: Tue, 14 Apr 2026 02:33:40 -0700 [thread overview]
Message-ID: <20260414093340.4166638-1-khem.raj@oss.qualcomm.com> (raw)
with updated ax_prog_cc_for_build.m4 macros, -std=gnu23 can be added to
CC_FOR_BUILD based upon what autoconf-2.73 detects gcc on host to support
which could vary depending upon build host. This gets into Makefile which
is shipped with ptests on tatget. Since we are on gcc-15 this option is
not really needed on target as gcc15 defaults to c23
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
meta/recipes-devtools/strace/strace_6.19.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-devtools/strace/strace_6.19.bb b/meta/recipes-devtools/strace/strace_6.19.bb
index 9dcf9d14d5..e7c96262ce 100644
--- a/meta/recipes-devtools/strace/strace_6.19.bb
+++ b/meta/recipes-devtools/strace/strace_6.19.bb
@@ -52,6 +52,8 @@ do_install_ptest() {
sed -e 's/^srcdir = .*/srcdir = ..\/..\/ptest\/tests/' \
-e "/^TEST_LOG_DRIVER =/s|(top_srcdir)|(top_builddir)|" \
-i ${D}/${PTEST_PATH}/${TESTDIR}/Makefile
+ # avoid reproducibility issue, -std=gnu23 is used only on hosts with gcc-14 and newer
+ sed -i '/^CC_FOR_BUILD=/s/-std=gnu23//g' ${D}/${PTEST_PATH}/${TESTDIR}/Makefile
}
RDEPENDS:${PN}-ptest += "make coreutils grep gawk sed locale-base-en-us"
next reply other threads:[~2026-04-14 9:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-14 9:33 Khem Raj [this message]
2026-04-14 11:05 ` [OE-core] [PATCH] strace: Remove -std=gnu23 from ptests makefile to fix reproducibility Richard Purdie
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=20260414093340.4166638-1-khem.raj@oss.qualcomm.com \
--to=raj.khem@gmail.com \
--cc=khem.raj@oss.qualcomm.com \
--cc=openembedded-core@lists.openembedded.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox