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: Add powerpc-wrs-windiss* to config.gcc



I forgot to check in this trivial patch to make it possible to build
with --target=powerpc-wrs-windiss.

Tested on i686-pc-linux-gnu.

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

2002-05-19  Mark Mitchell  <mark@codesourcery.com>

	* config.gcc (powerpc-wrs-windiss*): New target.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.194
diff -c -p -r1.194 config.gcc
*** config.gcc	19 May 2002 02:42:37 -0000	1.194
--- config.gcc	19 May 2002 17:16:09 -0000
*************** powerpc-wrs-vxworks*)
*** 2906,2911 ****
--- 2906,2917 ----
          tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
  	thread_file='vxworks'
          ;;
+ powerpc-wrs-windiss*)
+         xm_defines=POSIX
+ 	tm_file="${tm_file} elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/windiss.h"
+         tmake_file="rs6000/t-ppcgas rs6000/t-ppccomm"
+         thread_file=""
+         ;;
  powerpcle-wrs-vxworks*)
  	xm_defines=POSIX
          tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/sysv4le.h rs6000/vxppc.h"


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