diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.host | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3fe212d..2300ba8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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 ;; |