Commit 98bd9f0f by Don Bowman Committed by Jeff Law

* configure.in (mips-wrs-vxworks): New target.

From-SVN: r19005
parent 80cd3eca
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) Sat Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com)
* version.c: Bump for snapshot. * version.c: Bump for snapshot.
......
...@@ -3340,6 +3340,14 @@ for machine in $build $host $target; do ...@@ -3340,6 +3340,14 @@ for machine in $build $host $target; do
thread_file='irix' thread_file='irix'
fi 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 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
tm_file="mips/iris6.h mips/cross64.h" tm_file="mips/iris6.h mips/cross64.h"
xm_defines="USG HAVE_INTTYPES_H" xm_defines="USG HAVE_INTTYPES_H"
......
...@@ -1657,6 +1657,14 @@ for machine in $build $host $target; do ...@@ -1657,6 +1657,14 @@ for machine in $build $host $target; do
thread_file='irix' thread_file='irix'
fi 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 mips-sgi-irix5cross64) # Irix5 host, Irix 6 target, cross64
tm_file="mips/iris6.h mips/cross64.h" tm_file="mips/iris6.h mips/cross64.h"
xm_defines="USG HAVE_INTTYPES_H" xm_defines="USG HAVE_INTTYPES_H"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment