* config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
[deliverable/binutils-gdb.git] / gas / mpw-xconfig.in
1 # Extra configuration fragment for GAS.
2
3 forward-include "{srcdir}"config:atof-ieee.c atof-targ.c
4 forward-include "{srcdir}"config:obj-ecoff.c obj-format.c
5 forward-include "{srcdir}"config:obj-ecoff.h obj-format.h
6 forward-include "{srcdir}"config:tc-mips.c targ-cpu.c
7 forward-include "{srcdir}"config:tc-mips.h targ-cpu.h
8 forward-include "{srcdir}"config:te-generic.h targ-env.h
9
10 forward-include "{srcroot}"include:aout:stab.def 'aout/stab.def'
11 forward-include "{srcroot}"include:aout:stab_gnu.h 'aout/stab_gnu.h'
12 forward-include "{srcroot}"include:coff:ecoff.h 'coff/ecoff.h'
13 forward-include "{srcroot}"include:coff:internal.h 'coff/internal.h'
14 forward-include "{srcroot}"include:coff:mips.h 'coff/mips.h'
15 forward-include "{srcroot}"include:coff:sym.h 'coff/sym.h'
16 forward-include "{srcroot}"include:coff:symconst.h 'coff/symconst.h'
17 forward-include "{srcroot}"bfd:libcoff.h 'bfd/libcoff.h'
18 forward-include "{srcroot}"bfd:libecoff.h 'bfd/libecoff.h'
19
20 forward-include "{srcroot}"opcode:mips.h 'opcode/mips.h'
21
22 echo '#define TARGET_CPU "mips"' >config.new
23 echo '#define TARGET_ALIAS "mips-idt-ecoff"' >>config.new
24 echo '#define TARGET_CANONICAL "mips-idt-ecoff"' >>config.new
25 echo '#define GAS_VERSION "cygnus-2.2.1"' >>config.new
26
27 MoveIfChange config.new config.h
28
29 Delete -i config.new
30
31
This page took 0.029378 seconds and 4 git commands to generate.