diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:38:05 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-01-04 00:38:05 +0000 |
commit | a92c59065ae14ba88b79ff7a0eff5ce92e16efd2 (patch) | |
tree | ec5e11236d2c83f84ae2a3af4b4405b105c0ba4c /bfd/mpw-xconfig.in | |
parent | d60e8a540e68e47222cddaacb43ed5775e582400 (diff) | |
download | gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.zip gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.tar.gz gdb-a92c59065ae14ba88b79ff7a0eff5ce92e16efd2.tar.bz2 |
Mon Jan 3 10:59:28 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW version of configure.in.
* mpw-make.in: New file, MPW version of Makefile.in.
* hosts/mpw.h: New file, MPW host definitions.
Mon Jan 3 13:00:07 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-xconfig.in: New file, mpw x mips configuration bits.
Diffstat (limited to 'bfd/mpw-xconfig.in')
-rw-r--r-- | bfd/mpw-xconfig.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bfd/mpw-xconfig.in b/bfd/mpw-xconfig.in new file mode 100644 index 0000000..475e1a3 --- /dev/null +++ b/bfd/mpw-xconfig.in @@ -0,0 +1,17 @@ +# Extra configuration fragment for BFD. + +echo '#include ":aout:aout64.h"' >'aout/aout64.h' +echo '#include ":aout:ar.h"' >'aout/ar.h' +echo '#include ":aout:ranlib.h"' >'aout/ranlib.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 ":elf:common.h"' >'elf/common.h' +echo '#include ":elf:external.h"' >'elf/external.h' +echo '#include ":elf:internal.h"' >'elf/internal.h' |