From ce7d4b0d57a1d6897faabee401ae94ab592f801f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Mar 1993 20:49:26 +0000 Subject: * mips.sc-sh: Added variables which may be overridden by a specific emulation. * mipsidt.sh: New file; emulation for IDT MIPS board. * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. * config/mips-idt.mt: New file; sets EMUL to mipsidt. * configure.in (mips-idt-ecoff): New target; uses mips-idt. --- ld/config/.Sanitize | 1 + ld/config/mips-idt.mt | 1 + 2 files changed, 2 insertions(+) create mode 100644 ld/config/mips-idt.mt (limited to 'ld/config') diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 756ef0f..42495a0 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -43,6 +43,7 @@ m68kv.mt m88k-bcs.mt mipsbsd.mt mips-big.mt +mips-idt.mt mips-lit.mt news.mt ose68.mt diff --git a/ld/config/mips-idt.mt b/ld/config/mips-idt.mt new file mode 100644 index 0000000..5c3920b --- /dev/null +++ b/ld/config/mips-idt.mt @@ -0,0 +1 @@ +EMUL=mipsidt -- cgit v1.1