summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace
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:42:27 +0100
commit5fcae1bb66c2a81827d498579b32a2e25f0fcc55 (patch)
treeacfb35ec8896b7df1ee53dc2f25c5bb2ce5bf289 /meta/recipes-devtools/strace
parent9889cebcddf3f7c1ce82e678afbcfcb1c491bdba (diff)
downloadpoky-5fcae1bb66c2a81827d498579b32a2e25f0fcc55.tar.gz
strace: remove TOOLCHAIN assignment
Back in 2016 strace failed to link when using clang, but this isn't the case anymore. (From OE-Core rev: 6ff24e6a8192525fbce69e03a317cc1a30870ed0) 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>
Diffstat (limited to 'meta/recipes-devtools/strace')
-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 = "\
52" 52"
53 53
54BBCLASSEXTEND = "native" 54BBCLASSEXTEND = "native"
55TOOLCHAIN = "gcc"