a92c59065a
* 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.
18 lines
687 B
Plaintext
18 lines
687 B
Plaintext
# 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'
|