]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Add checks for target atom330.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Nov 2008 00:40:19 +0000 (01:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Nov 2008 00:40:19 +0000 (01:40 +0100)
tools/make-check

index bc473dc0160bd7d33144c3f7cef03b67c5d30527..84ef772be4525bea7829f4340e99bfd4fa7debcb 100644 (file)
@@ -198,6 +198,8 @@ check_supported_target() {
                FLAGS="sse sse2 pni"
        elif [ "$1" = "via-c3" ]; then
                FLAGS="3dnow"
+       elif [ "$1" = "atom330" ]; then
+               FLAGS="mmx sse sse2 pni ssse3"
        fi
        for j in $FLAGS; do
                if ! check_cpu $j; then