diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2002-11-26 00:05:07 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2002-11-26 00:05:07 +0000 |
commit | a4967b8db12d7f2d9b0d80830507f806c4c36e5b (patch) | |
tree | 66344fe13c49f92ccfb74c0b6a88293f1092c73d /gcc/config.gcc | |
parent | c4f6640537ff392ad466a83796e68fb79b512bee (diff) | |
download | gcc-a4967b8db12d7f2d9b0d80830507f806c4c36e5b.zip gcc-a4967b8db12d7f2d9b0d80830507f806c4c36e5b.tar.gz gcc-a4967b8db12d7f2d9b0d80830507f806c4c36e5b.tar.bz2 |
config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with "netbsd.h netbsd-elf.h" in tm_file.
* config.gcc (powerpc-*-netbsd*): Replace "svr4.h" with
"netbsd.h netbsd-elf.h" in tm_file. Set tmake_file to
"${tmake_file} rs6000/t-netbsd".
* config/rs6000/netbsd.h: Rewrite.
* config/rs6000/t-netbsd: New file.
From-SVN: r59479
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 902f0a2..0fe9fa7 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2001,8 +2001,8 @@ powerpc-*-sysv*) tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" ;; powerpc-*-netbsd*) - tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h" - tmake_file="rs6000/t-ppcos rs6000/t-ppccomm" + tm_file="${tm_file} dbxelf.h elfos.h netbsd.h netbsd-elf.h freebsd-spec.h rs6000/sysv4.h rs6000/netbsd.h" + tmake_file="${tmake_file} rs6000/t-netbsd" ;; powerpc-*-chorusos*) xm_defines=POSIX |