summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-04-06 09:27:38 +0000
committerobrien <obrien@FreeBSD.org>2000-04-06 09:27:38 +0000
commitf55dd2a9b3355ef9c86d2cf1a769fd5ddc1321dc (patch)
treeb0fa0827a23975a5a8db82f92fd851fdf68485e8 /contrib/gcc
parentc713a91659805aa5d45dfb8ad1d4b5b9e216760e (diff)
downloadFreeBSD-src-f55dd2a9b3355ef9c86d2cf1a769fd5ddc1321dc.zip
FreeBSD-src-f55dd2a9b3355ef9c86d2cf1a769fd5ddc1321dc.tar.gz
Sparc64 configure section.
Submitted by: steve
Diffstat (limited to 'contrib/gcc')
-rwxr-xr-xcontrib/gcc/configure8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/gcc/configure b/contrib/gcc/configure
index 0578cd7..c1d12f1 100755
--- a/contrib/gcc/configure
+++ b/contrib/gcc/configure
@@ -5544,6 +5544,14 @@ for machine in $build $host $target; do
extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
gnu_ld=yes
;;
+ sparc64-*-freebsd*)
+ tmake_file=sparc/t-sp64
+ tm_file=sparc/sp64-elf.h
+ xm_file="sparc/xm-sp64.h sparc/xm-freebsd.h"
+ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+ gas=yes
+ gnu_ld=yes
+ ;;
# This hasn't been upgraded to GCC 2.
# tahoe-harris-*) # Harris tahoe, using COFF.
# tm_file=tahoe/harris.h
OpenPOWER on IntegriCloud