diff options
Diffstat (limited to 'contrib/gcc')
-rwxr-xr-x | contrib/gcc/configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/gcc/configure b/contrib/gcc/configure index f6ce879..e61b0cb 100755 --- a/contrib/gcc/configure +++ b/contrib/gcc/configure @@ -931,6 +931,17 @@ for machine in $canon_build $canon_host $canon_target; do # Next line turned off because both 386BSD and BSD/386 use GNU ld. # use_collect2=yes ;; + alpha-*-freebsd*) + cpu_type=alpha + tm_file=alpha/freebsd-elf.h + xm_file=alpha/xm-freebsd.h + # On FreeBSD, the headers are already ok. + fixincludes=Makefile.in + xmake_file=alpha/x-freebsd + gas=yes + gnu_ld=yes + stabs=yes + ;; i[345]86-*-freebsdelf*) cpu_type=i386 tm_file=i386/freebsd-elf.h |