aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch.in
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@netbsd.org>2012-01-28 14:02:17 +0000
committerJoerg Sonnenberger <joerg@netbsd.org>2012-01-28 14:02:17 +0000
commit1e8cf1afde4e40700a29de5cf5501de9145c3574 (patch)
treea8d25cc6b00abd7a191401bdd0b75050536ce020 /arch.in
parent365ed84e2f8ae044e633674ca54ad708e3c2d764 (diff)
downloadmandoc-1e8cf1afde4e40700a29de5cf5501de9145c3574.tar.gz
mandoc-1e8cf1afde4e40700a29de5cf5501de9145c3574.tar.zst
mandoc-1e8cf1afde4e40700a29de5cf5501de9145c3574.zip
Add x86 pseudo architecure
Diffstat (limited to 'arch.in')
-rw-r--r--arch.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch.in b/arch.in
index 9e7cab47..5113446e 100644
--- a/arch.in
+++ b/arch.in
@@ -1,4 +1,4 @@
-/* $Id: arch.in,v 1.11 2011/10/16 16:25:19 schwarze Exp $ */
+/* $Id: arch.in,v 1.12 2012/01/28 14:02:17 joerg Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -105,6 +105,7 @@ LINE("sun3", "Sun3")
LINE("tahoe", "Tahoe")
LINE("vax", "VAX")
LINE("x68k", "X68k")
+LINE("x86", "x86")
LINE("x86_64", "x86_64")
LINE("xen", "Xen")
LINE("zaurus", "Zaurus")