]> code.ossystems Code Review - openembedded-core.git/commitdiff
strace: remove TOOLCHAIN assignment
authorRoss Burton <ross@burtonini.com>
Tue, 19 Oct 2021 19:26:14 +0000 (20:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Oct 2021 16:41:46 +0000 (17:41 +0100)
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>
meta/recipes-devtools/strace/strace_5.14.bb

index a81bda04bab75e602999f049fa3ea7482c45990b..aa6b06d2ddedcf3d2e86b6879c10ad023c6eca17 100644 (file)
@@ -52,4 +52,3 @@ RDEPENDS:${PN}-ptest:append:libc-glibc = "\
 "
 
 BBCLASSEXTEND = "native"
-TOOLCHAIN = "gcc"