1 2 3 4 5 6 7 8 9 10 11
# atomic for i486 if [ "$CARCH" = 'i486' ]; then eval "$( declare -f build | \ sed ' /export CC=/ a \ export LDFLAGS=-latomic ' ) " fi