From 6ff24e6a8192525fbce69e03a317cc1a30870ed0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 19 Oct 2021 20:26:14 +0100 Subject: [PATCH] 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 Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace_5.14.bb | 1 - 1 file changed, 1 deletion(-) 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" -- 2.40.1