]> gcc.gnu.org Git - gcc.git/commitdiff
* config.gcc (powerpc-wrs-windiss*): New target.
authorMark Mitchell <mark@codesourcery.com>
Sun, 19 May 2002 17:17:34 +0000 (17:17 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Sun, 19 May 2002 17:17:34 +0000 (17:17 +0000)
From-SVN: r53635

gcc/ChangeLog
gcc/config.gcc

index 96e6199a073e6d2a8e106b025777cf554ea44210..ab609663ac06e8c041e4ee137a1867ac0c98c684 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-19  Mark Mitchell  <mark@codesourcery.com>
+
+       * config.gcc (powerpc-wrs-windiss*): New target.
+
 2002-05-19  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
 
        * config/rs6000/rs6000.md (ashrdi3_no_power): New.
index 766f5993eb751b4060b071aa93ff3bf6607bc246..8f7debb6e0a2c635ba384095d91d728f62be1495 100644 (file)
@@ -2906,6 +2906,12 @@ powerpc-wrs-vxworks*)
         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"
This page took 0.07816 seconds and 5 git commands to generate.