diff options
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 6318f31..8c361b4 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -743,6 +743,10 @@ for machine in $build $host $target; do tm_file=i386/sun.h use_collect2=yes ;; + i[[3456]]86-wrs-vxworks*) + tm_file=i386/vxi386.h + tmake_file=i386/t-i386bare + ;; i[[3456]]86-*-aout*) tm_file=i386/i386-aout.h tmake_file=i386/t-i386bare |