diff options
Diffstat (limited to 'gcc/config.host')
-rw-r--r-- | gcc/config.host | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config.host b/gcc/config.host index ba322808aa4..f1590a939bc 100644 --- a/gcc/config.host +++ b/gcc/config.host @@ -70,8 +70,7 @@ case ${host} in | i[34567]86-sequent-sysv[123]* \ | i[34567]86-go32-* \ | i[34567]86-*-go32* \ - | vax-*-vms* - ) + | vax-*-vms*) echo "*** Configuration for host ${host} not supported" 1>&2 exit 1 ;; |