Initial revision
[binutils.git] / ld / mpw-config.in
blobb2542cc612c65f4a7f12739c8f88caf0d4500760
1 # Configuration fragment for LD.
3 If "{target_canonical}" =~ /m68k-apple-macos/
4         Set emulname m68kcoff
5         forward-include "{srcdir}"mpw-em68kcoff.c em68kcoff.c
6         Set emulation_ofiles "{o}"em68kcoff.c.o
8 Else If "{target_canonical}" =~ /powerpc-apple-macos/
9         Set emulname ppcmacos
10         forward-include "{srcdir}"mpw-eppcmac.c eppcmacos.c
11         Set emulation_ofiles "{o}"eppcmacos.c.o
13 Else If "{target_canonical}" =~ /i386-\Option-x-go32/
14         Set emulname i386go32
15         forward-include "{srcdir}"mpw-ei386go32.c ei386go32.c
16         Set emulation_ofiles "{o}"ei386go32.c.o
18 Else If "{target_canonical}" =~ /mips-\Option-x-ecoff/
19         Set emulname mipsidt
20         forward-include "{srcdir}"mpw-idtmips.c emipsidt.c
21         Set emulation_ofiles "{o}"emipsidt.c.o
23 Else If "{target_canonical}" =~ /mips-\Option-x-\Option-x/
24         Set emulname elf32ebmip
25         forward-include "{srcdir}"mpw-elfmips.c eelf32ebmip.c
26         Set emulation_ofiles "{o}"eelf32ebmip.c.o
28 Else If "{target_canonical}" =~ /sh-\Option-x-hms/
29         Set emulname sh
30         forward-include "{srcdir}"mpw-esh.c esh.c
31         Set emulation_ofiles "{o}"esh.c.o
32 End If
34 Echo '/* This file is automatically generated.  DO NOT EDIT! */' > "{o}"ldemul-tmp.h
35 Echo "extern ld_emulation_xfer_type ld_{emulname}_emulation;" >> "{o}"ldemul-tmp.h
36 Echo '#define EMULATION_LIST \'                         >> "{o}"ldemul-tmp.h
37 Echo "  &ld_{emulname}_emulation, \"                    >> "{o}"ldemul-tmp.h
38 Echo '  0'                                              >> "{o}"ldemul-tmp.h
40 MoveIfChange "{o}"ldemul-tmp.h "{o}"ldemul-list.h
42 Echo '# From mpw-config.in'                              > "{o}"mk.tmp
43 Echo "EMUL = " {emulname}                               >> "{o}"mk.tmp
44 Echo "EMULATION_OFILES = " {emulation_ofiles}           >> "{o}"mk.tmp
45 Echo 'version = ' `Search 'ld version ' {srcdir}ldver.c | sed -e 's/.*ld version \([^ ]*\).*/\1/'` >> "{o}"mk.tmp
46 Echo "TDEFINES = "                                      >> "{o}"mk.tmp
47 Echo '# End from mpw-config.in'                         >> "{o}"mk.tmp
49 Echo '/* config.h.  Generated by mpw-configure.  */'     > "{o}"config.new
50 Echo '#include "mpw.h"'                                 >> "{o}"config.new
52 MoveIfChange "{o}"config.new "{o}"config.h