if ab_match_arch loongson3; then
    abinfo "Specifing MIPS64 R2 as the default ISA level ..."
    sed -e 's/-mips3/-mips64r2/g' \
        -i "$SRCDIR"/Configure
fi
