Tue Jun 7 18:45:39 1994 Stan Shebs (shebs@andros.cygnus.com)
[deliverable/binutils-gdb.git] / opcodes / mpw-config.in
CommitLineData
e7c4e61c
SS
1# Configuration fragment for opcodes.
2
8ab58834 3forward-include "{srcroot}"bfd:hosts:mpw.h sysdep.h
72e11c95
SS
4
5Set BFD_MACHINES " "
67c2d8c8
SS
6
7Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
8
9If "{target_arch}" =~ /m68k/
10 Set BFD_MACHINES '"{o}"m68k-dis.c.o'
11 Set archname ARCH_m68k
12Else If "{target_arch}" =~ /mips/
13 Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
14 Set archname ARCH_mips
15Else If "{target_arch}" =~ /powerpc/
16 Set BFD_MACHINES '"{o}"ppc-dis.c.o "{o}"ppc-opc.c.o'
17 Set archname ARCH_powerpc
18Else If "{target_arch}" =~ /sparc/
19 Set BFD_MACHINES '"{o}"sparc-dis.c.o "{o}"sparc-opc.c.o'
20 Set archname ARCH_sparc
21End If
This page took 0.039793 seconds and 4 git commands to generate.