# NOTE: They messed up the -latomic detection.
if ab_match_arch "armv4" || \
	ab_match_arch "i486" || \
	ab_match_arch "m68k" ; then
	abinfo "Adding -latomic to compiler flags ..."
	export CFLAGS="$CFLAGS -latomic"
	export CXXFLAGS="$CXXFLAGS -latomic"
fi
