diff options
author | Stan Shebs <shebs@codesourcery.com> | 1995-11-14 03:31:22 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1995-11-14 03:31:22 +0000 |
commit | 13a0f5955f5eea1befbfb928b9fe296d9ee2dee9 (patch) | |
tree | 140f17816f86d6fc993956e4c75d22c6ecd51038 | |
parent | 19b1d034dc7bf98641cbea4934ec3f451d1db1f2 (diff) | |
download | gdb-13a0f5955f5eea1befbfb928b9fe296d9ee2dee9.zip gdb-13a0f5955f5eea1befbfb928b9fe296d9ee2dee9.tar.gz gdb-13a0f5955f5eea1befbfb928b9fe296d9ee2dee9.tar.bz2 |
* mpw-README: Clarify some phrasing, add notes about CodeWarrior
includes and FLEX_SKELETON setting.
* mpw-configure (--with-gnu-ld): New option, controls whether
to use PPCLink or ld with PowerMac GCC.
* mpw-build.in (all-grez, do-grez, install-grez): New targets.
* mpw-config.in: Configure grez if targeting Mac.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com> + * mpw-README: Clarify some phrasing, add notes about CodeWarrior + includes and FLEX_SKELETON setting. + * mpw-configure (--with-gnu-ld): New option, controls whether + to use PPCLink or ld with PowerMac GCC. + * mpw-build.in (all-grez, do-grez, install-grez): New targets. + * mpw-config.in: Configure grez if targeting Mac. + * config.sub: Accept pmac and pmac-mpw as names for PowerMacs, accept mpw and mac-mpw as names for m68k Macs, change macos7 to just macos. |