1 2 3 4 5 6 7 8 9
# -latomc for i486 if [ "$CARCH" = 'i486' ]; then eval "$( declare -f build | \ sed ' /meson/ i LDFLAGS+=" -latomic" ' )" fi