This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]