Add alpha-*=freebsd* to configure
This commit is contained in:
parent
9df47436b2
commit
f2f818679c
11
contrib/gcc/configure
vendored
11
contrib/gcc/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user