diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 22:29:01 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-23 22:29:01 +0000 |
commit | 468f253591aa3cdd12f2b3ebe119ef496164c2c2 (patch) | |
tree | 89e65bd2225d58799f5ebb42d425e8d0efdc447c /gcc/config.host | |
parent | 09c6646eaa230856c37fd664d3bf2710178037dc (diff) | |
download | gcc-468f253591aa3cdd12f2b3ebe119ef496164c2c2.tar.gz |
* config.host: Removed superfluous newline.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71701 138bc75d-0d04-0410-961f-82ee72b054a4
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 ;; |