Wed Sep 14 18:27:42 1994 Jason Molenda (crash@phydeaux.cygnus.com)
[deliverable/binutils-gdb.git] / ld / mpw-config.in
CommitLineData
b5b2c886 1# Configuration fragment for LD.
22691fe7
SS
2
3If "{target_canonical}" =~ /m68k-aout/
4 Set emulname m68kaout
5Else If "{target_canonical}" =~ /m68k-coff/
6 Set emulname m68kcoff
7Else If "{target_canonical}" =~ /mips-idt-ecoff/
8 Set emulname mipsidt
177941a1 9 forward-include "{srcdir}"mpw-em.c em_mipsidt.c
22691fe7
SS
10End If
11
12Echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-tmp.h
13Echo "extern ld_emulation_xfer_type ld_{emulname}_emulation;" >>ldemul-tmp.h
14Echo '#define EMULATION_LIST \' >>ldemul-tmp.h
15Echo " &ld_{emulname}_emulation, \" >>ldemul-tmp.h
16Echo ' 0' >>ldemul-tmp.h
17MoveIfChange ldemul-tmp.h ldemul-list.h
This page took 0.044439 seconds and 4 git commands to generate.