Fri Jan 7 14:34:31 1994 Stan Shebs (shebs@andros.cygnus.com)
[binutils-gdb.git] / gas / mpw-xconfig.in
1 # Extra configuration fragment for GAS.
2
3 DupIfChange {srcdir}config:atof-ieee.c atof-targ.c
4 DupIfChange {srcdir}config:obj-ecoff.c obj-format.c
5 DupIfChange {srcdir}config:obj-ecoff.h obj-format.h
6 DupIfChange {srcdir}config:tc-mips.c targ-cpu.c
7 DupIfChange {srcdir}config:tc-mips.h targ-cpu.h
8 DupIfChange {srcdir}config:te-generic.h targ-env.h
9
10 echo '#include ":aout:stab.def"' >'aout/stab.def'
11 echo '#include ":aout:stab_gnu.h"' >'aout/stab_gnu.h'
12 echo '#include ":coff:ecoff.h"' >'coff/ecoff.h'
13 echo '#include ":coff:internal.h"' >'coff/internal.h'
14 echo '#include ":coff:mips.h"' >'coff/mips.h'
15 echo '#include ":coff:sym.h"' >'coff/sym.h'
16 echo '#include ":coff:symconst.h"' >'coff/symconst.h'
17 echo '#include "libcoff.h"' >'bfd/libcoff.h'
18 echo '#include "libecoff.h"' >'bfd/libecoff.h'
19
20 echo '#include ":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 DupIfChange config.new config.h
28
29 Delete -i config.new
30
31