summaryrefslogtreecommitdiffstats
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-12 03:40:15 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-08-12 03:40:15 +0000
commita9c6f96edd65142dab0063066ae635cb5b445497 (patch)
tree2b802ee0a988dca03374fe4d95725012e86e8cf1 /gcc/config.gcc
parent818bf88a50476d6a6400dd4ce4fdec4c5f4758e8 (diff)
downloadppe42-gcc-a9c6f96edd65142dab0063066ae635cb5b445497.tar.gz
ppe42-gcc-a9c6f96edd65142dab0063066ae635cb5b445497.zip
* config.gcc (mips*-*-netbsd*): Include ${tm_file}.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56222 138bc75d-0d04-0410-961f-82ee72b054a4
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 14dbef9d5a7..54bd1ef587e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1855,7 +1855,7 @@ mips-sgi-*) # would otherwise be caught by mips-*-elf*
exit 1
;;
mips*-*-netbsd*) # NetBSD/mips, either endian.
- tm_file="elfos.h mips/netbsd.h"
+ tm_file="elfos.h ${tm_file} mips/netbsd.h"
tmake_file="${tmake_file} mips/t-netbsd"
;;
mips*-*-linux*) # Linux MIPS, either endian.
OpenPOWER on IntegriCloud