* config.gcc: Move vax-*-vms* unsupported notice up with the rest.
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2003 02:42:13 +0000 (02:42 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Sep 2003 02:42:13 +0000 (02:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71715 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config.gcc

index e7e0f11..7704e9f 100644 (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.
index a9dc86b..8b28f6b 100644 (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)