* lexsup.c (parse_args): Accept -static as a synonym for
[deliverable/binutils-gdb.git] / ld / mpw-xconfig.in
CommitLineData
9218920a
SS
1# Extra configuration fragment for LD.
2
9d5baff6
SS
3If "{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
9218920a 9
9d5baff6 10 forward-include "{srcdir}"mpw-em.c em_mipsidt.c
ddde2a14 11
9d5baff6
SS
12 # Set the name of the default emulation - this will get pasted into
13 # the Makefile.
ddde2a14 14
9d5baff6
SS
15 Set emulname mipsidt
16End If
This page took 0.053947 seconds and 4 git commands to generate.