if ab_match_arch loongson3; then
    abinfo "Loongson 3 detected, specifying r2 target and fp64 FPU mode ..."
    NODE_FLAGS_ARCH="--with-mips-arch-variant=r2 --with-mips-fpu-mode=fp64"
fi
