]>
Commit | Line | Data |
---|---|---|
ea838f99 SS |
1 | # Extra configuration fragment for GAS. |
2 | ||
7c805df0 SS |
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' | |
ea838f99 SS |
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 | ||
7c805df0 | 27 | MoveIfChange config.new config.h |
ea838f99 SS |
28 | |
29 | Delete -i config.new | |
30 | ||
31 |