aboutsummaryrefslogtreecommitdiff
path: root/ld/mpw-make.in
AgeCommit message (Collapse)AuthorFilesLines
1995-10-27 * mpw-config.in: Add PowerMac target support, generate config.h.Stan Shebs1-744/+0
* mac-ld.r: New file, Mac resources. * mpw-make.sed: New file, edits Makefile.in into MPW syntax. * mpw-make.in: Remove. * mpw-eppcmacos.c: Prebuilt version of PowerMac linking script.
1995-07-07fsf address update, but not in COPYING filesKen Raeburn1-1/+1
1995-03-18 * mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.Stan Shebs1-59/+92
(i386-unknown-coff): Remove. (sh-hitachi-hms): New target. (emulation_ofiles): Set correctly for each target. (version, TDEFINES): Add to makefile fragment. * mpw-make.in (BISON): Use byacc instead of bison. (em_*.c): Replace with e*.c everywhere. (ldgram.h): Separate action from ldgram.c generation. (LD_PROG): Depend on Version.r. (Version.r): generate from version info. * mpw-em.c: Remove. * mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
1994-06-28 * mpw-config.in (emulname): Set based on target.Stan Shebs1-1/+3
(ldemul-list.h): Construct. * mpw-make.in (install-only): New target. (install): Depend on install-only.
1994-02-28Mon Feb 28 11:07:41 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-11/+12
* mpw-build.in: Remove, subsumed in mpw-make.in. * mpw-make.in (bindir): Fix pathname. (install): Move here from mpw-build.in.
1994-01-26Tue Jan 25 19:54:19 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+708
* mpw-config.in: New file, MPW configuration fragment. * mpw-build.in: New file, MPW build script fragment. * mpw-make.in: New file, MPW makefile fragment. (This file is semi-automatically generated from Makefile.in.) * ldfile.c (slash): If MPW, set to `:'. * ldlex.l (TRUE_FALSE_ALREADY_DEFINED): If MPW, set this to prevent redefinition errors.