ziglang/zig-bootstrap

armv6kz-linux-musleabi

andrewrk opened this issue · 2 comments

This is the architecture the raspberry pi zero uses.

Blocking on ziglang/zig#4887:

-- Looking for __atomic_fetch_add_4 in atomic - not found
CMake Error at cmake/modules/CheckAtomic.cmake:53 (message):
  Host compiler appears to require libatomic, but cannot find it.
lld: error: undefined symbol: __atomic_load_4
lld: error: undefined symbol: __atomic_fetch_add_4
lld: error: undefined symbol: __atomic_exchange_4

With ziglang/zig#4924 merged, it works!

Works in 217d238