summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-09-24 09:47:45 -0700
committerKhem Raj <raj.khem@gmail.com>2023-09-25 16:51:14 -0700
commitda6f7ae073b6263913e56e6b81d129bb054820a0 (patch)
treebb4229e7a1ab167cefd9380988a25e3a251580e0
parent9ef5330b24ba0092a2e74afd174539db10d0dba1 (diff)
downloadmeta-clang-da6f7ae073b6263913e56e6b81d129bb054820a0.tar.gz
nonclangable: Adjust for glibc-tests -> glibc-y2038-tests rename
This recipe got renamed in oe-core, it still is glibc based and can not be built with clang yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index f430b0e..f3e053b 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -32,7 +32,7 @@ TOOLCHAIN:pn-glibc-locale = "gcc"
32TOOLCHAIN:pn-glibc-mtrace = "gcc" 32TOOLCHAIN:pn-glibc-mtrace = "gcc"
33TOOLCHAIN:pn-glibc-scripts = "gcc" 33TOOLCHAIN:pn-glibc-scripts = "gcc"
34TOOLCHAIN:pn-glibc-testsuite = "gcc" 34TOOLCHAIN:pn-glibc-testsuite = "gcc"
35TOOLCHAIN:pn-glibc-tests = "gcc" 35TOOLCHAIN:pn-glibc-y2038-tests = "gcc"
36 36
37#| prelink-rtld: error while loading shared libraries: ld.so.1 37#| prelink-rtld: error while loading shared libraries: ld.so.1
38#| /lib64/ld.so.1: No such file or directory 38#| /lib64/ld.so.1: No such file or directory