changeset 12563:ad8852dcb3fe

OpenBSD/VAX support, patch by Gabucino
author faust3
date Fri, 11 Jun 2004 09:58:27 +0000
parents 83d91a7cba19
children 7905ed33cc12
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Jun 11 08:09:24 2004 +0000
+++ b/configure	Fri Jun 11 09:58:27 2004 +0000
@@ -449,6 +449,7 @@
       s390) host_arch=s390 ;;
       s390x) host_arch=s390x ;;
       mips) host_arch=mips ;;
+      vax) host_arch=vax ;;
       *) host_arch=UNKNOWN ;;
     esac
     ;;