diff options
Diffstat (limited to 'ld/mpw-xconfig.in')
-rw-r--r-- | ld/mpw-xconfig.in | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ld/mpw-xconfig.in b/ld/mpw-xconfig.in index 0ae73ca..5e2e5a5 100644 --- a/ld/mpw-xconfig.in +++ b/ld/mpw-xconfig.in @@ -1,16 +1,6 @@ # Extra configuration fragment for LD. -If "{target_canonical}" =~ /mips-idt-ecoff/ - echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h - echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h - echo '#define EMULATION_LIST \' >>ldemul-list.h - echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h - echo ' 0' >>ldemul-list.h - +Else If "{target_canonical}" =~ /mips-idt-ecoff/ forward-include "{srcdir}"mpw-em.c em_mipsidt.c - - # Set the name of the default emulation - this will get pasted into - # the Makefile. - - Set emulname mipsidt End If + |