mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-04 07:44:22 +08:00
9218920aba
* mpw-xconfig.in: New file, mpw x mips configuration fragment. * mpw-em.c: New file, compressed version of em_mipsidt.c.
10 lines
369 B
Plaintext
10 lines
369 B
Plaintext
# Extra configuration fragment for LD.
|
|
|
|
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
|
|
|
|
forward-include "{srcdir}"mpw-em.c em_mipsidt.c
|