aboutsummaryrefslogtreecommitdiffstats
path: root/misc/config/arch/ia32
diff options
context:
space:
mode:
Diffstat (limited to 'misc/config/arch/ia32')
-rw-r--r--misc/config/arch/ia3236
1 files changed, 36 insertions, 0 deletions
diff --git a/misc/config/arch/ia32 b/misc/config/arch/ia32
new file mode 100644
index 000000000..9747070a8
--- /dev/null
+++ b/misc/config/arch/ia32
@@ -0,0 +1,36 @@
+realname "IA-32"
+
+default_submodel i586
+
+<aliases>
+x86
+ix86
+80x86
+i86pc # for Solaris
+</aliases>
+
+<submodels>
+i386
+i486
+i586
+i686
+pentium4
+k6
+athlon
+</submodels>
+
+<submodel_aliases>
+pentium -> i586
+pentiumpro -> i686
+pentium_pro -> i686
+pentium2 -> i686
+pentium3 -> i686
+
+duron -> athlon
+athlon-xp -> athlon
+k7 -> athlon
+
+p2 -> i686
+p3 -> i686
+p4 -> pentium4
+</submodel_aliases>