if ab_match_arch loongson3; then
    abinfo "Appending -Wno-error=array-bounds to fix build ..."
    export CFLAGS="${CFLAGS} -Wno-error=array-bounds"
fi
