Comment change.
[binutils-gdb.git] / ld / mpw-xconfig.in
1 # Extra configuration fragment for LD.
2
3 If "{target_canonical}" =~ /mips-idt-ecoff/
4 echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h
5 echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h
6 echo '#define EMULATION_LIST \' >>ldemul-list.h
7 echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h
8 echo ' 0' >>ldemul-list.h
9
10 forward-include "{srcdir}"mpw-em.c em_mipsidt.c
11
12 # Set the name of the default emulation - this will get pasted into
13 # the Makefile.
14
15 Set emulname mipsidt
16 End If