Skip to content
Commit 30cda188 authored by Ben Wolsieffer's avatar Ben Wolsieffer
Browse files

boehm-gc: don't link to libatomic_ops when cross-compiling

The configure script can't detect whether C11 atomic intrinsics are available
when cross-compiling, so it links to libatomic_ops, which has to be propagated
to all dependencies. To avoid this, assume that the atomic intrinsics are
available.
parent 44cd0a36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment