diff --git a/configure b/configure
index 94a94ddea6b399b7669890c75c99bcdd7845e18b..5c7b1aa231f24b1bdc375b8288a0856238abfe53 100755
--- a/configure
+++ b/configure
@@ -754,7 +754,7 @@ if test $tune != "generic"; then
 	    TUNECPU=ppc970
             POWERPCMODE="64bits"
 	;;
-	i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona)
+	i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
 	    CFLAGS="$CFLAGS -march=$tune"
 	;;
 	*)