diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-24 02:42:13 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-09-24 02:42:13 +0000 |
commit | 9ab346a1448d75b579a7376bb795fa4fd51905ce (patch) | |
tree | 7a31c9943238a2b4d395f83be573034a2a789d75 /gcc/config.gcc | |
parent | 8b22a93bd2ae2c9581bf8954d71ffd6e2dfcd555 (diff) | |
download | gcc-9ab346a1448d75b579a7376bb795fa4fd51905ce.zip gcc-9ab346a1448d75b579a7376bb795fa4fd51905ce.tar.gz gcc-9ab346a1448d75b579a7376bb795fa4fd51905ce.tar.bz2 |
* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
From-SVN: r71715
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a9dc86b..8b28f6b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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) |