From cc78fe191c53bcc751ea4328bcf77d39d1227b94 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 18 Nov 2021 09:54:36 -0800 Subject: glibc-tests: Pin compiler to gcc glibc is not yet compilable for clang and glibc-tests is driven out of glibc sources in essense Signed-off-by: Khem Raj (cherry picked from commit 81dca6d47885a35ffe9c05827e83670d500b7535) --- conf/nonclangable.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 60d4841..7e92d71 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -14,6 +14,7 @@ TOOLCHAIN:pn-glibc-locale = "gcc" TOOLCHAIN:pn-glibc-mtrace = "gcc" TOOLCHAIN:pn-glibc-scripts = "gcc" TOOLCHAIN:pn-glibc-testsuite = "gcc" +TOOLCHAIN:pn-glibc-tests = "gcc" TOOLCHAIN:pn-grub = "gcc" TOOLCHAIN:pn-grub-efi = "gcc" -- cgit v1.2.3-54-g00ecf