diff options
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index bdfe74a..f13e942 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -417,6 +417,14 @@ for machine in $build $host $target; do ;; esac ;; + alpha*-*-vxworks*) + tm_file="${tm_file} dbx.h alpha/vxworks.h" + if [ x$gas != xyes ] + then + extra_passes="mips-tfile mips-tdump" + fi + use_collect2=yes + ;; alpha*-*-winnt*) tm_file="${tm_file} alpha/win-nt.h" xm_file="${xm_file} config/winnt/xm-winnt.h alpha/xm-winnt.h" |