old-cross-binutils/opcodes/mpw-config.in
Stan Shebs d3d74a94e9 * mpw-config.in (archname): Compute from the config.
(BFD_MACHINES, ARCHDEFS): Put into mk.tmp.
1995-01-04 23:05:52 +00:00

25 lines
741 B
Text

# 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}" =~ /mips/
Set BFD_MACHINES '"{o}"mips-dis.c.o "{o}"mips-opc.c.o'
Else If "{target_arch}" =~ /sparc/
Set BFD_MACHINES '"{o}"sparc-dis.c.o "{o}"sparc-opc.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