* config.gcc: Move vax-*-vms* unsupported notice up with the rest.

From-SVN: r71715
This commit is contained in:
Nathanael Nerode 2003-09-24 02:42:13 +00:00
parent 8b22a93bd2
commit 9ab346a144
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
* config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
powerpcle-*-eabi*): Disable fixproto.

View File

@ -212,6 +212,7 @@ case ${target} in
| *-*-linux*oldld* \
| *-*-rtemsaout* \
| *-*-rtemscoff* \
| vax-*-vms* \
)
echo "*** Configuration ${target} not supported" 1>&2
exit 1
@ -2150,10 +2151,6 @@ vax-*-openbsd*)
vax-*-ultrix*) # VAXen running ultrix
tm_file="${tm_file} vax/ultrix.h"
;;
vax-*-vms*) # VAXen running VMS
echo "Configuration ${target} no longer supported" 1>&2
exit 1
;;
vax-*-*) # VAX default entry
;;
xscale-*-elf)