Add alpha-*=freebsd* to configure

This commit is contained in:
Warner Losh 1998-09-09 17:07:36 +00:00
parent 74542ae78c
commit a556fde0bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39011

11
contrib/gcc/configure vendored
View file

@ -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