summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 49ecca08d..73c7a2cc9 100755
--- a/config.guess
+++ b/config.guess
@@ -951,6 +951,9 @@ main ()
case 22: /* Jaguar, an improved bobcat */
cpu_64bit = 1, cpu_avx = 1, modelstr = "jaguar";
break;
+ case 23: /* Zen */
+ cpu_64bit = 1, cpu_avx = 1, modelstr = "zen";
+ break;
}
}
else if (strcmp (vendor_string, "CyrixInstead") == 0)