* config/i386-linux.mt (OTHER_EMULATIONS): Change em_ to e to
[deliverable/binutils-gdb.git] / ld / mpw-xconfig.in
CommitLineData
9218920a
SS
1# Extra configuration fragment for LD.
2
3echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-list.h
4echo 'extern ld_emulation_xfer_type ld_mipsidt_emulation;' >>ldemul-list.h
5echo '#define EMULATION_LIST \' >>ldemul-list.h
6echo ' &ld_mipsidt_emulation, \' >>ldemul-list.h
7echo ' 0' >>ldemul-list.h
8
9forward-include "{srcdir}"mpw-em.c em_mipsidt.c
ddde2a14
SS
10
11# Set the name of the default emulation - this will get pasted into
12# the Makefile.
13
14Set emulname mipsidt
This page took 0.034538 seconds and 4 git commands to generate.