summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 07b6a6d727..f7f71623c5 100755
--- a/configure
+++ b/configure
@@ -449,6 +449,7 @@ if test -z "$_target" ; then
s390) host_arch=s390 ;;
s390x) host_arch=s390x ;;
mips) host_arch=mips ;;
+ vax) host_arch=vax ;;
*) host_arch=UNKNOWN ;;
esac
;;