I'm building Julia on a Raspberry Pi v4 (armv7l), and a linking step is failing due to a missing -latomic. If I copy the g++ command and add it, it seems to work, although I still couldn't carry out the complete build. I see there's some reference in it at the Makefile, though I cannot figure out how to test that. Could this be some problem in my system instead? How can I make this work?