diff options
-rw-r--r-- | conf/nonclangable.conf | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index a9cdf34..196944c 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf | |||
@@ -39,10 +39,13 @@ TOOLCHAIN_pn-libgcc-initial = "gcc" | |||
39 | TOOLCHAIN_pn-libgfortran = "gcc" | 39 | TOOLCHAIN_pn-libgfortran = "gcc" |
40 | TOOLCHAIN_pn-libssp-nonshared = "gcc" | 40 | TOOLCHAIN_pn-libssp-nonshared = "gcc" |
41 | 41 | ||
42 | # Dunfell is not affected by the ell and iwd breakages. | ||
43 | # Once we update past dunfell, patches to fix it properly | ||
44 | # can be found in OpenMandriva packages. | ||
42 | # ell 0.39 introduced nested functions sadly | 45 | # ell 0.39 introduced nested functions sadly |
43 | TOOLCHAIN_pn-ell = "gcc" | 46 | #TOOLCHAIN_pn-ell = "gcc" |
44 | # iwd 1.13 introduced nested functions sadly | 47 | # iwd 1.13 introduced nested functions sadly |
45 | TOOLCHAIN_pn-iwd = "gcc" | 48 | #TOOLCHAIN_pn-iwd = "gcc" |
46 | 49 | ||
47 | #| cargo:warning=/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/libstd-rs/1.27.1-r0/re | 50 | #| cargo:warning=/mnt/a/yoe/build/tmp/work/cortexa7t2hf-neon-vfpv4-yoe-linux-gnueabi/libstd-rs/1.27.1-r0/re |
48 | #cipe-sysroot/usr/include/bits/stdlib.h:90:3: error: "Assumed value of MB_LEN_MAX wrong" | 51 | #cipe-sysroot/usr/include/bits/stdlib.h:90:3: error: "Assumed value of MB_LEN_MAX wrong" |
@@ -69,7 +72,7 @@ TOOLCHAIN_pn-prelink = "gcc" | |||
69 | # Qemu cant run profile tests run during build | 72 | # Qemu cant run profile tests run during build |
70 | # | *** stack smashing detected ***: terminated | 73 | # | *** stack smashing detected ***: terminated |
71 | # | ./pgo-wrapper: line 3: 3372346 Aborted | 74 | # | ./pgo-wrapper: line 3: 3372346 Aborted |
72 | TOOLCHAIN_pn-python3 = "gcc" | 75 | #TOOLCHAIN_pn-python3 = "gcc" |
73 | # has dpkg source which does not compile | 76 | # has dpkg source which does not compile |
74 | TOOLCHAIN_pn-start-stop-daemon = "gcc" | 77 | TOOLCHAIN_pn-start-stop-daemon = "gcc" |
75 | TOOLCHAIN_pn-syslinux = "gcc" | 78 | TOOLCHAIN_pn-syslinux = "gcc" |
@@ -100,12 +103,12 @@ TOOLCHAIN_pn-libgcrypt_mips64 = "gcc" | |||
100 | #| randdata.vb |= (t.vb >= const_C0#); | 103 | #| randdata.vb |= (t.vb >= const_C0#); |
101 | #| ^ | 104 | #| ^ |
102 | # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html | 105 | # also see http://lists.llvm.org/pipermail/llvm-dev/2016-October/105997.html |
103 | TOOLCHAIN_pn-pixman = "gcc" | 106 | #TOOLCHAIN_pn-pixman = "gcc" |
104 | 107 | ||
105 | #recipe-sysroot/usr/include/mozjs-60/mozilla/Span.h:634:5: error: statement not allowed in constexpr function | 108 | #recipe-sysroot/usr/include/mozjs-60/mozilla/Span.h:634:5: error: statement not allowed in constexpr function |
106 | #| MOZ_RELEASE_ASSERT(aStart <= len && (aLength == dynamic_extent || | 109 | #| MOZ_RELEASE_ASSERT(aStart <= len && (aLength == dynamic_extent || |
107 | #| ^ | 110 | #| ^ |
108 | TOOLCHAIN_pn-polkit = "gcc" | 111 | #TOOLCHAIN_pn-polkit = "gcc" |
109 | 112 | ||
110 | # ppp uses nested functions and gcc specific option e.g. --print-sysroot | 113 | # ppp uses nested functions and gcc specific option e.g. --print-sysroot |
111 | # | 114 | # |