aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mpw-config.in
blob: 425a6d027a49ca72e5deb7ad0c513018864aca8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration fragment for opcodes.

forward-include "{srcroot}"bfd:hosts:mpw.h sysdep.h

Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`

Set archname ARCH_{target_arch}

If "{target_arch}" =~ /m68k/
	Set BFD_MACHINES  '"{o}"m68k-dis.c.o'
Else If "{target_arch}" =~ /powerpc/
	Set BFD_MACHINES  '"{o}"ppc-dis.c.o "{o}"ppc-opc.c.o'
Else If "{target_arch}" =~ /i386/
	Set BFD_MACHINES  '"{o}"i386-dis.c.o'
Else If "{target_arch}" =~ /mips/
	Set BFD_MACHINES  '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
Else If "{target_arch}" =~ /sh/
	Set BFD_MACHINES  '"{o}"sh-dis.c.o'
End If

Echo '# Start from mpw-config.in' > "{o}"mk.tmp

Echo "BFD_MACHINES = " {BFD_MACHINES} >> "{o}"mk.tmp

Echo "ARCHDEFS = -d" {archname} >> "{o}"mk.tmp

Echo '# End from mpw-config.in' >> "{o}"mk.tmp