Initial Fortran language support, adapted from work by Farooq Butt
[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
9End If
10
11Echo '/* This file is automatically generated. DO NOT EDIT! */' >ldemul-tmp.h
12Echo "extern ld_emulation_xfer_type ld_{emulname}_emulation;" >>ldemul-tmp.h
13Echo '#define EMULATION_LIST \' >>ldemul-tmp.h
14Echo " &ld_{emulname}_emulation, \" >>ldemul-tmp.h
15Echo ' 0' >>ldemul-tmp.h
16MoveIfChange ldemul-tmp.h ldemul-list.h
17
This page took 0.041115 seconds and 4 git commands to generate.