* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
[deliverable/binutils-gdb.git] / ld / mpw-config.in
CommitLineData
b5b2c886 1# Configuration fragment for LD.
22691fe7 2
1a8b189e 3If "{target_canonical}" =~ /m68k-apple-macos/
22691fe7 4 Set emulname m68kcoff
ab4ccfd5
SS
5 forward-include "{srcdir}"mpw-em68kcoff.c em68kcoff.c
6 Set emulation_ofiles "{o}"em68kcoff.c.o
d8d4a450 7
49af8a4e
SS
8Else If "{target_canonical}" =~ /powerpc-apple-macos/
9 Set emulname ppcmacos
d8d4a450 10 forward-include "{srcdir}"mpw-eppcmac.c eppcmacos.c
49af8a4e 11 Set emulation_ofiles "{o}"eppcmacos.c.o
d8d4a450 12
0b2aef4d 13Else If "{target_canonical}" =~ /i386-\Option-x-go32/
ab4ccfd5
SS
14 Set emulname i386go32
15 forward-include "{srcdir}"mpw-ei386go32.c ei386go32.c
16 Set emulation_ofiles "{o}"ei386go32.c.o
d8d4a450 17
0b2aef4d 18Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
22691fe7 19 Set emulname mipsidt
c6cfcb7f 20 forward-include "{srcdir}"mpw-idtmips.c emipsidt.c
ab4ccfd5 21 Set emulation_ofiles "{o}"emipsidt.c.o
d8d4a450 22
0b2aef4d
SS
23Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
24 Set emulname elf32ebmip
c6cfcb7f 25 forward-include "{srcdir}"mpw-elfmips.c eelf32ebmip.c
0b2aef4d
SS
26 Set emulation_ofiles "{o}"eelf32ebmip.c.o
27
28Else If "{target_canonical}" =~ /sh-\Option-x-hms/
ab4ccfd5
SS
29 Set emulname sh
30 forward-include "{srcdir}"mpw-esh.c esh.c
31 Set emulation_ofiles "{o}"esh.c.o
22691fe7
SS
32End If
33
ab4ccfd5
SS
34Echo '/* This file is automatically generated. DO NOT EDIT! */' > "{o}"ldemul-tmp.h
35Echo "extern ld_emulation_xfer_type ld_{emulname}_emulation;" >> "{o}"ldemul-tmp.h
36Echo '#define EMULATION_LIST \' >> "{o}"ldemul-tmp.h
37Echo " &ld_{emulname}_emulation, \" >> "{o}"ldemul-tmp.h
38Echo ' 0' >> "{o}"ldemul-tmp.h
1a8b189e 39
49af8a4e 40MoveIfChange "{o}"ldemul-tmp.h "{o}"ldemul-list.h
1a8b189e 41
49af8a4e
SS
42Echo '# From mpw-config.in' > "{o}"mk.tmp
43Echo "EMUL = " {emulname} >> "{o}"mk.tmp
44Echo "EMULATION_OFILES = " {emulation_ofiles} >> "{o}"mk.tmp
ab4ccfd5 45Echo 'version = ' `Search 'ld version ' {srcdir}ldver.c | sed -e 's/.*ld version \([^ ]*\).*/\1/'` >> "{o}"mk.tmp
49af8a4e
SS
46Echo "TDEFINES = " >> "{o}"mk.tmp
47Echo '# End from mpw-config.in' >> "{o}"mk.tmp
48
49Echo '/* config.h. Generated by mpw-configure. */' > "{o}"config.new
50Echo '#include "mpw.h"' >> "{o}"config.new
1a8b189e 51
49af8a4e 52MoveIfChange "{o}"config.new "{o}"config.h
This page took 0.148806 seconds and 4 git commands to generate.