aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-05-19 17:17:34 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-05-19 17:17:34 +0000
commitbce0deb2b67e54e705e83b6236445d743468c1f2 (patch)
treeb2a14bfe455c4404663976254f96d89dec8fdd4f /gcc/config.gcc
parent4aa74a4f5a2aebebb737782172d4ce0398f72970 (diff)
downloadgcc-bce0deb2b67e54e705e83b6236445d743468c1f2.zip
gcc-bce0deb2b67e54e705e83b6236445d743468c1f2.tar.gz
gcc-bce0deb2b67e54e705e83b6236445d743468c1f2.tar.bz2
* config.gcc (powerpc-wrs-windiss*): New target.
From-SVN: r53635
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 766f599..8f7debb 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"