deal with `sparc64--netbsd'.

This commit is contained in:
mrg 1998-11-21 04:39:03 +00:00
parent c1b5511954
commit 747cbdde89
2 changed files with 12 additions and 0 deletions

View File

@ -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"

View File

@ -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"