* config.host: Removed superfluous newline.

From-SVN: r71701
This commit is contained in:
Rainer Orth 2003-09-23 22:29:01 +00:00 committed by Rainer Orth
parent b01bc573ac
commit 92b836fa73
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-09-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config.host: Removed superfluous newline.
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Use ${target}, not $machine.

View File

@ -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
;;