diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-18 09:54:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-21 00:22:18 -0800 |
commit | 81dca6d47885a35ffe9c05827e83670d500b7535 (patch) | |
tree | 71e28fd957adcb975d503393cc10fb05600e81cb | |
parent | 4e28225ed669b5ecc35b5e921ae09063fac62280 (diff) | |
download | meta-clang-81dca6d47885a35ffe9c05827e83670d500b7535.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>
-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 84d5064..b3a6411 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -17,6 +17,7 @@ TOOLCHAIN:pn-glibc-locale = "gcc" | |||
17 | TOOLCHAIN:pn-glibc-mtrace = "gcc" | 17 | TOOLCHAIN:pn-glibc-mtrace = "gcc" |
18 | TOOLCHAIN:pn-glibc-scripts = "gcc" | 18 | TOOLCHAIN:pn-glibc-scripts = "gcc" |
19 | TOOLCHAIN:pn-glibc-testsuite = "gcc" | 19 | TOOLCHAIN:pn-glibc-testsuite = "gcc" |
20 | TOOLCHAIN:pn-glibc-tests = "gcc" | ||
20 | TOOLCHAIN:pn-grub = "gcc" | 21 | TOOLCHAIN:pn-grub = "gcc" |
21 | TOOLCHAIN:pn-grub-efi = "gcc" | 22 | TOOLCHAIN:pn-grub-efi = "gcc" |
22 | 23 | ||