aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.host
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-09-23 22:29:01 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-09-23 22:29:01 +0000
commit92b836fa739387acacdac92f0ab82e6ff67786de (patch)
tree89e65bd2225d58799f5ebb42d425e8d0efdc447c /gcc/config.host
parentb01bc573acdf052ebb4cff8794e95a30ed86da82 (diff)
downloadgcc-92b836fa739387acacdac92f0ab82e6ff67786de.zip
gcc-92b836fa739387acacdac92f0ab82e6ff67786de.tar.gz
gcc-92b836fa739387acacdac92f0ab82e6ff67786de.tar.bz2
* config.host: Removed superfluous newline.
From-SVN: r71701
Diffstat (limited to 'gcc/config.host')
-rw-r--r--gcc/config.host3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config.host b/gcc/config.host
index ba32280..f1590a9 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
;;