diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:20:31 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-13 00:20:31 +0000 |
commit | 177941a1c9082f3922f3a9ccb7e254ca9bd79e2f (patch) | |
tree | 340d0e45f8a143264fd787ba2bbf03a107f69b5e /ld/mpw-config.in | |
parent | 2b5107381358b7ca21199e8a07ca012eac41dccf (diff) | |
download | gdb-177941a1c9082f3922f3a9ccb7e254ca9bd79e2f.zip gdb-177941a1c9082f3922f3a9ccb7e254ca9bd79e2f.tar.gz gdb-177941a1c9082f3922f3a9ccb7e254ca9bd79e2f.tar.bz2 |
Merge in former supposed GM-specific bits
Diffstat (limited to 'ld/mpw-config.in')
-rw-r--r-- | ld/mpw-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/mpw-config.in b/ld/mpw-config.in index c0a3775..2008662 100644 --- a/ld/mpw-config.in +++ b/ld/mpw-config.in @@ -6,6 +6,7 @@ Else If "{target_canonical}" =~ /m68k-coff/ Set emulname m68kcoff Else If "{target_canonical}" =~ /mips-idt-ecoff/ Set emulname mipsidt + forward-include "{srcdir}"mpw-em.c em_mipsidt.c End If Echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-tmp.h @@ -14,4 +15,3 @@ Echo '#define EMULATION_LIST \' >>ldemul-tmp.h Echo " &ld_{emulname}_emulation, \" >>ldemul-tmp.h Echo ' 0' >>ldemul-tmp.h MoveIfChange ldemul-tmp.h ldemul-list.h - |