* configure.in (mips-wrs-vxworks): New target.
From-SVN: r19005
This commit is contained in:
parent
80cd3ecac8
commit
98bd9f0f86
3 changed files with 20 additions and 0 deletions
|
@ -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.
|
||||
|
|
8
gcc/configure
vendored
8
gcc/configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue