diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-11-18 00:50:06 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-11-18 00:50:06 +0000 |
commit | 5ac7a6e96e12d8e8d44d4fbfe6304f2219c603be (patch) | |
tree | 1f56ab23bc5ae0973268cee0d1a90494be7d9693 /ld/emulparams | |
parent | 7bb5e831919bf6dc8db3aabfaa2345fbc07eb195 (diff) | |
download | binutils-5ac7a6e96e12d8e8d44d4fbfe6304f2219c603be.zip binutils-5ac7a6e96e12d8e8d44d4fbfe6304f2219c603be.tar.gz binutils-5ac7a6e96e12d8e8d44d4fbfe6304f2219c603be.tar.bz2 |
* configure.tgt (powerpc-*-macos*): New target.
* emulparams/ppcmacos.sh: New file, PowerMac emulation.
* Makefile.in (ALL_EMULATIONS): Add eppcmacos.o.
(eppcmacos.c): New target.
* mpw-eppcmacos.c: Update.
* mpw-make.sed: Edit out attempts to use {GENSCRIPTS}.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/ppcmacos.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/emulparams/ppcmacos.sh b/ld/emulparams/ppcmacos.sh new file mode 100644 index 0000000..b6b800c --- /dev/null +++ b/ld/emulparams/ppcmacos.sh @@ -0,0 +1,4 @@ +TEMPLATE_NAME=aix +SCRIPT_NAME=aix +OUTPUT_FORMAT="xcoff-powermac" +ARCH=powerpc |