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]

[patch] Allow ns32k-*-netbsdelf* as host (not target)


I see no reason not to allow this one.  This would follow my general cleanup
patch.  Opinions?

	* config.host: Allow ns32k-*-netbsdelf* as a host (not a target).

--- config.host.2	2003-09-20 13:28:44.000000000 -0400
+++ config.host	2003-09-20 13:29:08.000000000 -0400
@@ -171,9 +171,6 @@
   mips-sgi-irix5*) # SGI System V.4., IRIX 5
     host_xm_file=mips/xm-iris5.h
     ;;
-  ns32k-*-netbsdelf*)
-    echo "GCC does not yet support the ${host} host"; exit 1
-    ;;
   powerpc-*-darwin*)
     # powerpc-darwin host support.
     out_host_hook_obj=host-darwin.o

-- 
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]