mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:10:33 +08:00
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
From-SVN: r71715
This commit is contained in:
parent
8b22a93bd2
commit
9ab346a144
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user