Commit 9ab346a1 by Nathanael Nerode

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

From-SVN: r71715
parent 8b22a93b
2003-09-23 Nathanael Nerode <neroden@gcc.gnu.org> 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*, * config.gcc (alpha64*-dec-*vms*, alpha*-dec-*vms*,
powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*, powerpc-*-eabisim*, powerpc-*-eabi*, powerpcle-*-eabisim*,
powerpcle-*-eabi*): Disable fixproto. powerpcle-*-eabi*): Disable fixproto.
......
...@@ -212,6 +212,7 @@ case ${target} in ...@@ -212,6 +212,7 @@ case ${target} in
| *-*-linux*oldld* \ | *-*-linux*oldld* \
| *-*-rtemsaout* \ | *-*-rtemsaout* \
| *-*-rtemscoff* \ | *-*-rtemscoff* \
| vax-*-vms* \
) )
echo "*** Configuration ${target} not supported" 1>&2 echo "*** Configuration ${target} not supported" 1>&2
exit 1 exit 1
...@@ -2150,10 +2151,6 @@ vax-*-openbsd*) ...@@ -2150,10 +2151,6 @@ vax-*-openbsd*)
vax-*-ultrix*) # VAXen running ultrix vax-*-ultrix*) # VAXen running ultrix
tm_file="${tm_file} vax/ultrix.h" 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 vax-*-*) # VAX default entry
;; ;;
xscale-*-elf) xscale-*-elf)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment