[committed] config.gcc: move vax-vms unsupported notice with the rest

Nathanael Nerode neroden@twcny.rr.com
Wed Sep 24 02:57:00 GMT 2003


Committed as obvious.

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

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.367
diff -u -r1.367 config.gcc
--- config.gcc	24 Sep 2003 02:37:52 -0000	1.367
+++ config.gcc	24 Sep 2003 02:40:06 -0000
@@ -212,6 +212,7 @@
  | *-*-linux*oldld*			\
  | *-*-rtemsaout*			\
  | *-*-rtemscoff*			\
+ | vax-*-vms*				\
  )
 	echo "*** Configuration ${target} not supported" 1>&2
 	exit 1
@@ -2149,10 +2150,6 @@
 	;;
 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
 	;;

-- 
Nathanael Nerode  <neroden at gcc.gnu.org>
http://home.twcny.rr.com/nerode/neroden/fdl.html



More information about the Gcc-patches mailing list