]>
Commit | Line | Data |
---|---|---|
9218920a SS |
1 | # Extra configuration fragment for LD. |
2 | ||
3 | echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h | |
4 | echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h | |
5 | echo '#define EMULATION_LIST \' >>ldemul-list.h | |
6 | echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h | |
7 | echo ' 0' >>ldemul-list.h | |
8 | ||
9 | forward-include "{srcdir}"mpw-em.c em_mipsidt.c |