From 747cbdde898444a28f5b9026294b0f841c83c710 Mon Sep 17 00:00:00 2001 From: mrg Date: Sat, 21 Nov 1998 04:39:03 +0000 Subject: [PATCH] deal with `sparc64--netbsd'. --- gnu/dist/gcc/configure | 6 ++++++ gnu/dist/gcc/configure.in | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/gnu/dist/gcc/configure b/gnu/dist/gcc/configure index 503d413cf65b..d91f0df1d441 100644 --- a/gnu/dist/gcc/configure +++ b/gnu/dist/gcc/configure @@ -4631,6 +4631,12 @@ for machine in $build $host $target; do tm_file=sparc/sp64-elf.h extra_parts="crtbegin.o crtend.o" ;; + sparc64-*-netbsd*) + tm_file=sparc/netbsd64.h + xm_file=sparc/xm-netbsd64.h + tmake_file=t-netbsd + fixincludes=Makefile.in + ;; sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux tmake_file=sparc/t-sp64 xm_file="sparc/xm-sp64.h sparc/xm-linux.h" diff --git a/gnu/dist/gcc/configure.in b/gnu/dist/gcc/configure.in index dca725c2420d..06c02f1e53b2 100644 --- a/gnu/dist/gcc/configure.in +++ b/gnu/dist/gcc/configure.in @@ -2729,6 +2729,12 @@ for machine in $build $host $target; do tm_file=sparc/sp64-elf.h extra_parts="crtbegin.o crtend.o" ;; + sparc64-*-netbsd*) + tm_file=sparc/netbsd64.h + xm_file=sparc/xm-netbsd64.h + tmake_file=t-netbsd + fixincludes=Makefile.in + ;; sparc64-*-linux*) # 64-bit Sparc's running GNU/Linux tmake_file=sparc/t-sp64 xm_file="sparc/xm-sp64.h sparc/xm-linux.h"