summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-10-19 20:26:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-10-23 17:41:46 +0100
commit6ff24e6a8192525fbce69e03a317cc1a30870ed0 (patch)
tree53b2c95f67e8551f32634ac3169c3e8e0427a9f4
parent3bd3e7302618cd82d1448e3fd84a8a7a27e36656 (diff)
downloadopenembedded-core-6ff24e6a8192525fbce69e03a317cc1a30870ed0.tar.gz
strace: remove TOOLCHAIN assignment
Back in 2016 strace failed to link when using clang, but this isn't the case anymore. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/strace/strace_5.14.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/strace/strace_5.14.bb b/meta/recipes-devtools/strace/strace_5.14.bb
index a81bda04ba..aa6b06d2dd 100644
--- a/meta/recipes-devtools/strace/strace_5.14.bb
+++ b/meta/recipes-devtools/strace/strace_5.14.bb
@@ -52,4 +52,3 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\
"
BBCLASSEXTEND = "native"
-TOOLCHAIN = "gcc"