On 07/23/2012 08:13 AM, Geert Bosch wrote: > IIUC, all ports are supposed to implement the atomic built-ins. If they are > not > supported in hardware, there should be a library function for it that uses > locking. > The problem we're trying to address is builds failing because of undefined > references to __atomic_* functions.
Link against libatomic, which provides those very functions? r~