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>
* 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.
......
......@@ -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)
......
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