summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/configure')
-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