aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@wasabisystems.com>2002-05-31 02:51:23 +0000
committerJason Thorpe <thorpej@gcc.gnu.org>2002-05-31 02:51:23 +0000
commitc8eb978520f4712ca9b45298614286a9e8aff7d1 (patch)
tree1267e568c5247613b41f5808c7717222d8dd6916 /gcc/config.gcc
parent6e2e5b6a7ebf112e94b1d7ebfcf12b8c981575af (diff)
downloadgcc-c8eb978520f4712ca9b45298614286a9e8aff7d1.zip
gcc-c8eb978520f4712ca9b45298614286a9e8aff7d1.tar.gz
gcc-c8eb978520f4712ca9b45298614286a9e8aff7d1.tar.bz2
config.gcc (ns32k-*-netbsd*): Set tm_file to "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
* config.gcc (ns32k-*-netbsd*): Set tm_file to "${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h" * config/ns32k/netbsd.h: Don't include ns32k/ns32k.h, netbsd.h, or netbsd-aout.h. From-SVN: r54082
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 73e423a..8cd478f 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1935,7 +1935,7 @@ ns32k-*-netbsdelf*)
echo "GCC does not yet support the ${machine} target"; exit 1
;;
ns32k-*-netbsd*)
- tm_file=ns32k/netbsd.h
+ tm_file="${tm_file} netbsd.h netbsd-aout.h ns32k/netbsd.h"
# On NetBSD, the headers are already okay, except for math.h.
tmake_file=t-netbsd
use_collect2=yes