summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-15 20:18:32 -0700
committerKhem Raj <raj.khem@gmail.com>2022-09-17 16:55:30 -0700
commita62be74b463924fca9cb5872c5019b5c19af4fce (patch)
tree8dd588ff0cea51c23e0b24a36c94a818e6c4d3ab
parent17200e6535daaf63c2a4b29dacc25673cb159e58 (diff)
downloadmeta-clang-a62be74b463924fca9cb5872c5019b5c19af4fce.tar.gz
jack: Enable build with clang on 32bit arches as well
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/nonclangable.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf
index 4a7bef2..4f831d3 100644
--- a/conf/nonclangable.conf
+++ b/conf/nonclangable.conf
@@ -137,12 +137,6 @@ TOOLCHAIN:pn-opencv:powerpc64le = "gcc"
137# Ade is used by openCV and shared C++ runtime so we can not mix libstdc++ and libc++ 137# Ade is used by openCV and shared C++ runtime so we can not mix libstdc++ and libc++
138TOOLCHAIN:pn-ade:powerpc64le = "gcc" 138TOOLCHAIN:pn-ade:powerpc64le = "gcc"
139 139
140# latest 32bit arch versions fails to compile with clang 13
141# common/JackEngineControl.h:89:5: error: requested alignment is less than minimum alignment of 8 for type 'Jack::JackFrameTimer'
142#| alignas(UInt32) JackFrameTimer fFrameTimer;
143#| ^
144TOOLCHAIN:pn-jack = "${@['clang','gcc'][d.getVar('SITEINFO_BITS') != '32']}"
145
146#| error: return address can be determined only for current frame 140#| error: return address can be determined only for current frame
147#| error: return address can be determined only for current frame 141#| error: return address can be determined only for current frame
148#| error: return address can be determined only for current frame 142#| error: return address can be determined only for current frame