From a62be74b463924fca9cb5872c5019b5c19af4fce Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 15 Sep 2022 20:18:32 -0700 Subject: jack: Enable build with clang on 32bit arches as well Signed-off-by: Khem Raj --- conf/nonclangable.conf | 6 ------ 1 file changed, 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" # Ade is used by openCV and shared C++ runtime so we can not mix libstdc++ and libc++ TOOLCHAIN:pn-ade:powerpc64le = "gcc" -# latest 32bit arch versions fails to compile with clang 13 -# common/JackEngineControl.h:89:5: error: requested alignment is less than minimum alignment of 8 for type 'Jack::JackFrameTimer' -#| alignas(UInt32) JackFrameTimer fFrameTimer; -#| ^ -TOOLCHAIN:pn-jack = "${@['clang','gcc'][d.getVar('SITEINFO_BITS') != '32']}" - #| error: return address can be determined only for current frame #| error: return address can be determined only for current frame #| error: return address can be determined only for current frame -- cgit v1.2.3-54-g00ecf