summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-11-18 09:54:36 -0800
committerKhem Raj <raj.khem@gmail.com>2023-09-08 09:08:54 -0700
commitcc78fe191c53bcc751ea4328bcf77d39d1227b94 (patch)
treebcca50d3738360f6fb7d26c7344b4a86f502971a
parent78565b5edcb3a277f310c2c57fb8a99bfdb59550 (diff)
downloadmeta-clang-cc78fe191c53bcc751ea4328bcf77d39d1227b94.tar.gz
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 <raj.khem@gmail.com> (cherry picked from commit 81dca6d47885a35ffe9c05827e83670d500b7535)
-rw-r--r--conf/nonclangable.conf1
1 files changed, 1 insertions, 0 deletions
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"
14TOOLCHAIN:pn-glibc-mtrace = "gcc" 14TOOLCHAIN:pn-glibc-mtrace = "gcc"
15TOOLCHAIN:pn-glibc-scripts = "gcc" 15TOOLCHAIN:pn-glibc-scripts = "gcc"
16TOOLCHAIN:pn-glibc-testsuite = "gcc" 16TOOLCHAIN:pn-glibc-testsuite = "gcc"
17TOOLCHAIN:pn-glibc-tests = "gcc"
17TOOLCHAIN:pn-grub = "gcc" 18TOOLCHAIN:pn-grub = "gcc"
18TOOLCHAIN:pn-grub-efi = "gcc" 19TOOLCHAIN:pn-grub-efi = "gcc"
19 20