summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/configure
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-09-09 17:07:36 +0000
committerimp <imp@FreeBSD.org>1998-09-09 17:07:36 +0000
commit0a82f89ab697862e5e2fe23a8caedfff1e9b0e22 (patch)
tree6d2a43eba95559f160ce76749b83dab3c206939e /contrib/gcc/configure
parent587fe3b394ae2f8c9c4a6e9b600c17464ab62508 (diff)
downloadFreeBSD-src-0a82f89ab697862e5e2fe23a8caedfff1e9b0e22.zip
FreeBSD-src-0a82f89ab697862e5e2fe23a8caedfff1e9b0e22.tar.gz
Add alpha-*=freebsd* to configure
Diffstat (limited to 'contrib/gcc/configure')
-rwxr-xr-xcontrib/gcc/configure11
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
OpenPOWER on IntegriCloud