make powerpc64-netbsd:

- not include rs6000/netbsd.h
- include biarch64.h at the start of tm_file, like powerpc64-linux does
- include the linux kernel profiling flag option (though profiling is
  currently busted in general)
This commit is contained in:
mrg 2006-07-06 10:24:20 +00:00
parent 31a7fdbc10
commit eb505c78cc
1 changed files with 4 additions and 3 deletions

View File

@ -1678,17 +1678,18 @@ powerpc*-*-freebsd*)
extra_options="${extra_options} rs6000/sysv4.opt"
;;
powerpc*-*-netbsd*)
tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h"
tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h"
case ${target} in
powerpc64*)
tm_file="${tm_file} rs6000/biarch64.h rs6000/default64.h rs6000/netbsd64.h"
tm_file="rs6000/biarch64.h ${tm_file} rs6000/default64.h rs6000/netbsd64.h"
tmake_file="${tmake_file} rs6000/t-netbsd64"
;;
*)
tm_file="${tm_file} rs6000/netbsd.h"
tmake_file="${tmake_file} rs6000/t-netbsd"
;;
esac
extra_options="${extra_options} rs6000/sysv4.opt"
extra_options="${extra_options} rs6000/sysv4.opt rs6000/linux64.opt"
;;
powerpc-*-chorusos*)
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h chorus.h"