From: Rainer Orth Date: Tue, 23 Sep 2003 22:29:01 +0000 (+0000) Subject: * config.host: Removed superfluous newline. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=92b836fa739387acacdac92f0ab82e6ff67786de;p=gcc.git * config.host: Removed superfluous newline. From-SVN: r71701 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fe212dba68..2300ba8363c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-23 Rainer Orth + + * config.host: Removed superfluous newline. + 2003-09-23 Nathanael Nerode * config.gcc: Use ${target}, not $machine. 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 ;;