diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-09-23 22:29:01 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-09-23 22:29:01 +0000 |
commit | 92b836fa739387acacdac92f0ab82e6ff67786de (patch) | |
tree | 89e65bd2225d58799f5ebb42d425e8d0efdc447c /gcc/config.host | |
parent | b01bc573acdf052ebb4cff8794e95a30ed86da82 (diff) | |
download | gcc-92b836fa739387acacdac92f0ab82e6ff67786de.tar.gz |
* config.host: Removed superfluous newline.
From-SVN: r71701
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 ;; |