diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 21:14:04 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 21:14:04 +0000 |
commit | ea838f998abb3976fee8294dc34a1fa3c19338f4 (patch) | |
tree | ee451af058fcabc3cc2bda234f1ba7668f3e2898 /gas/mpw-xconfig.in | |
parent | de9425a8db21c25d3bb1c409faa2ede6f4e3aa9e (diff) | |
download | gdb-ea838f998abb3976fee8294dc34a1fa3c19338f4.zip gdb-ea838f998abb3976fee8294dc34a1fa3c19338f4.tar.gz gdb-ea838f998abb3976fee8294dc34a1fa3c19338f4.tar.bz2 |
Mon Jan 3 10:47:37 1994 Stan Shebs (shebs@andros.cygnus.com)
* config.sub: Add MPW-related aliases.
* mpw-configure: New file, MPW version of configure.
* mpw-config.in: New file, MPW version of configure.in.
* mpw-xconfig.in: New file, addon to configure.in.
Mon Jan 3 12:42:45 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in: New file, mpw x mips configuration bits.
Diffstat (limited to 'gas/mpw-xconfig.in')
-rw-r--r-- | gas/mpw-xconfig.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gas/mpw-xconfig.in b/gas/mpw-xconfig.in new file mode 100644 index 0000000..9579938 --- /dev/null +++ b/gas/mpw-xconfig.in @@ -0,0 +1,31 @@ +# Extra configuration fragment for GAS. + +DupIfChange {srcdir}config:atof-ieee.c atof-targ.c +DupIfChange {srcdir}config:obj-ecoff.c obj-format.c +DupIfChange {srcdir}config:obj-ecoff.h obj-format.h +DupIfChange {srcdir}config:tc-mips.c targ-cpu.c +DupIfChange {srcdir}config:tc-mips.h targ-cpu.h +DupIfChange {srcdir}config:te-generic.h targ-env.h + +echo '#include ":aout:stab.def"' >'aout/stab.def' +echo '#include ":aout:stab_gnu.h"' >'aout/stab_gnu.h' +echo '#include ":coff:ecoff.h"' >'coff/ecoff.h' +echo '#include ":coff:internal.h"' >'coff/internal.h' +echo '#include ":coff:mips.h"' >'coff/mips.h' +echo '#include ":coff:sym.h"' >'coff/sym.h' +echo '#include ":coff:symconst.h"' >'coff/symconst.h' +echo '#include "libcoff.h"' >'bfd/libcoff.h' +echo '#include "libecoff.h"' >'bfd/libecoff.h' + +echo '#include ":opcode:mips.h"' >'opcode/mips.h' + +echo '#define TARGET_CPU "mips"' >config.new +echo '#define TARGET_ALIAS "mips-idt-ecoff"' >>config.new +echo '#define TARGET_CANONICAL "mips-idt-ecoff"' >>config.new +echo '#define GAS_VERSION "cygnus-2.2.1"' >>config.new + +DupIfChange config.new config.h + +Delete -i config.new + + |