aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Bowman <don@pixsci.com>1998-04-05 09:54:49 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-05 09:54:49 -0600
commit98bd9f0f864aba72389fb27227c1fe7a5cf5957b (patch)
tree11395a59abe951160e13c1bfbe8f0301748df5d1
parent80cd3ecac87ab54920089224084777ba8fa39b8a (diff)
downloadgcc-98bd9f0f864aba72389fb27227c1fe7a5cf5957b.zip
gcc-98bd9f0f864aba72389fb27227c1fe7a5cf5957b.tar.gz
gcc-98bd9f0f864aba72389fb27227c1fe7a5cf5957b.tar.bz2
* configure.in (mips-wrs-vxworks): New target.
From-SVN: r19005
-rw-r--r--gcc/ChangeLog4
-rwxr-xr-xgcc/configure8
-rw-r--r--gcc/configure.in8
3 files changed, 20 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e31da7b..baee70a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/configure b/gcc/configure
index 03747ae..5cfe0ce 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -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"
diff --git a/gcc/configure.in b/gcc/configure.in
index 3a07755..f56e544 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -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"