diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-03-14 21:07:19 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-03-14 21:07:19 +0000 |
commit | 35f37e1e6698cddd6f60e6a67f598700e9937d18 (patch) | |
tree | 6a17585383376517b002fdd6716b41e5a32157b6 /ChangeLog.mpw | |
parent | 1990231d574a0c1116ea8847c258d09f01561536 (diff) | |
download | fsf-binutils-gdb-35f37e1e6698cddd6f60e6a67f598700e9937d18.zip fsf-binutils-gdb-35f37e1e6698cddd6f60e6a67f598700e9937d18.tar.gz fsf-binutils-gdb-35f37e1e6698cddd6f60e6a67f598700e9937d18.tar.bz2 |
* mpw-README: Filled in more details about how to install,
use, and rebuild.
* mpw-configure: Added copyright.
(target_cpu, target_vendor, target_os): Move after reading
of mpw-config.in, paste into generated Makefiles.
(TDEFINES): Remove.
* mpw-config.in: Check for presence of required build tools.
(target_libs): Add newlib.
(target_tools): Add examples.
(Read Me): Generate as "Read Me for MPW" instead.
* mpw-build.in: Base sub-builds on all-foo instead of do-foo.
(all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
(do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
Diffstat (limited to 'ChangeLog.mpw')
-rw-r--r-- | ChangeLog.mpw | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.mpw b/ChangeLog.mpw index 52439be..1d5174e 100644 --- a/ChangeLog.mpw +++ b/ChangeLog.mpw @@ -1,3 +1,19 @@ +Tue Mar 14 12:55:50 1995 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-README: Filled in more details about how to install, + use, and rebuild. + * mpw-configure: Added copyright. + (target_cpu, target_vendor, target_os): Move after reading + of mpw-config.in, paste into generated Makefiles. + (TDEFINES): Remove. + * mpw-config.in: Check for presence of required build tools. + (target_libs): Add newlib. + (target_tools): Add examples. + (Read Me): Generate as "Read Me for MPW" instead. + * mpw-build.in: Base sub-builds on all-foo instead of do-foo. + (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions. + (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first. + Thu Jan 5 12:48:50 1995 Stan Shebs <shebs@andros.cygnus.com> * mpw-configure: Use tr-7to8 instead of mpw-7to8. |