aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure8
1 files changed, 8 insertions, 0 deletions
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"