* configure.in (mips-wrs-vxworks): New target.
authorDon Bowman <don@pixsci.com>
Sun, 5 Apr 1998 15:54:49 +0000 (09:54 -0600)
committerJeff Law <law@gcc.gnu.org>
Sun, 5 Apr 1998 15:54:49 +0000 (09:54 -0600)
From-SVN: r19005

gcc/ChangeLog
gcc/configure
gcc/configure.in

index e31da7b3cfb2e11af934feef6c470394220ba739..baee70a2ffe205a57e9c63d87e2538a285f3979c 100644 (file)
@@ -1,3 +1,7 @@
+Sun Apr  5 16:53:37 1998Don Bowman <don@pixsci.com>  
+
+        * configure.in (mips-wrs-vxworks): New target.
+
 Sat Apr 4 23:34:32 PST 1998 Jeff Law  (law@cygnus.com)
 
        * version.c: Bump for snapshot.
index 03747ae967e51636829992b87a8f142b282d00d0..5cfe0ce08f7dd6c91528e7a0528da6e9209a74cd 100755 (executable)
@@ -3340,6 +3340,14 @@ for machine in $build $host $target; do
                        thread_file='irix'
                fi
                ;;
+       mips-wrs-vxworks)
+               tm_file="mips/elf.h libgloss.h"
+               tmake_file=mips/t-ecoff
+               gas=yes
+               gnu_ld=yes
+               extra_parts="crtbegin.o crtend.o"
+#              thread_file='vxworks'
+               ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"
                xm_defines="USG HAVE_INTTYPES_H"
index 3a07755e71b35ae7b8efac46780f68c32eaa4efe..f56e544baa08dc421cb1036dc85d8598dba0eaee 100644 (file)
@@ -1657,6 +1657,14 @@ for machine in $build $host $target; do
                        thread_file='irix'
                fi
                ;;
+       mips-wrs-vxworks)
+               tm_file="mips/elf.h libgloss.h"
+               tmake_file=mips/t-ecoff
+               gas=yes
+               gnu_ld=yes
+               extra_parts="crtbegin.o crtend.o"
+#              thread_file='vxworks'
+               ;;
        mips-sgi-irix5cross64)          # Irix5 host, Irix 6 target, cross64
                tm_file="mips/iris6.h mips/cross64.h"
                xm_defines="USG HAVE_INTTYPES_H"