# FIXME: Build error on loongson3.
# error: cast to pointer from integer of different size
if ab_match_arch loongson3; then
    abinfo "Appending -Wno-error=pointer-to-int-cast to CFLAGS to fix build ..."
    export CFLAGS="${CFLAGS} -Wno-error=pointer-to-int-cast"
fi
