From: Michael Tremer Date: Sun, 16 Nov 2008 00:40:19 +0000 (+0100) Subject: Add checks for target atom330. X-Git-Tag: v3.0-alpha1~439^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d92e1e2be9533873c3d099de8cbcfa2d37dc343e;p=ipfire-3.x.git Add checks for target atom330. --- diff --git a/tools/make-check b/tools/make-check index bc473dc01..84ef772be 100644 --- a/tools/make-check +++ b/tools/make-check @@ -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