Re: [macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread George Koehler
On Mon, 10 May 2021 20:10:48 + Charlene Wendling wrote: > __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 is not defined on powerpc because > there is no instruction on that arch for that. Nonetheless we > can use 8 byte __sync_* operators [0]. > > This code addresses issues with old gcc versions that ar

Re: [macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread Jeremie Courreges-Anglas
On Mon, May 10 2021, Charlene Wendling wrote: > Hi, > > qtwebkit does not build in the current macppc bulk, the first with > clang-11: > >> ../Source/WTF/wtf/Atomics.cpp:63:9: error: definition of builtin function >> '__sync_add_and_fetch_8' >> int64_t __sync_add_and_fetch_8(int64_t volatile* ad

[macppc] Unbreak x11/qt5/qtwebkit

2021-05-10 Thread Charlene Wendling
Hi, qtwebkit does not build in the current macppc bulk, the first with clang-11: > ../Source/WTF/wtf/Atomics.cpp:63:9: error: definition of builtin function > '__sync_add_and_fetch_8' > int64_t __sync_add_and_fetch_8(int64_t volatile* addend, int64_t value) > ../Source/WTF/wtf/Atomics.cpp:68:9: