diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-18 09:54:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-09-08 09:08:54 -0700 |
commit | cc78fe191c53bcc751ea4328bcf77d39d1227b94 (patch) | |
tree | bcca50d3738360f6fb7d26c7344b4a86f502971a | |
parent | 78565b5edcb3a277f310c2c57fb8a99bfdb59550 (diff) | |
download | meta-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.conf | 1 |
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" | |||
14 | TOOLCHAIN:pn-glibc-mtrace = "gcc" | 14 | TOOLCHAIN:pn-glibc-mtrace = "gcc" |
15 | TOOLCHAIN:pn-glibc-scripts = "gcc" | 15 | TOOLCHAIN:pn-glibc-scripts = "gcc" |
16 | TOOLCHAIN:pn-glibc-testsuite = "gcc" | 16 | TOOLCHAIN:pn-glibc-testsuite = "gcc" |
17 | TOOLCHAIN:pn-glibc-tests = "gcc" | ||
17 | TOOLCHAIN:pn-grub = "gcc" | 18 | TOOLCHAIN:pn-grub = "gcc" |
18 | TOOLCHAIN:pn-grub-efi = "gcc" | 19 | TOOLCHAIN:pn-grub-efi = "gcc" |
19 | 20 | ||