diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 00:15:29 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-28 00:15:29 +0000 |
commit | aa8f28af4b5ffa3eb67b9b51db0ab3c436be7ace (patch) | |
tree | 251e526697b35fc3b015707a749caa1e69710baf /mpw-config.in | |
parent | d63840d0163e42f202f4f1bdfce353a7b3fbbdda (diff) | |
download | gdb-aa8f28af4b5ffa3eb67b9b51db0ab3c436be7ace.zip gdb-aa8f28af4b5ffa3eb67b9b51db0ab3c436be7ace.tar.gz gdb-aa8f28af4b5ffa3eb67b9b51db0ab3c436be7ace.tar.bz2 |
Sun Feb 27 16:05:15 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-configure (prefix, mpw_prefix): Handle it.
(ARCHDEFS): Add to makefile editing.
(TDEPFILES, TM_FILE, XDEPFILES, XM_FILE, NAT_FILE): Add to
makefile if defined.
(mpw-edit-prefix): Use during makefile editing.
* mpw-config.in (mmalloc, readline): Don't configure.
* mpw-build.in (thisscript): Rename to ThisScript.
Use mpw-build instead of BuildProgram everywhere.
(mmalloc, readline): Don't build.
* mpw-README: New file, basic documentation about the MPW port.
Diffstat (limited to 'mpw-config.in')
-rw-r--r-- | mpw-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpw-config.in b/mpw-config.in index c6f23b3..534644e 100644 --- a/mpw-config.in +++ b/mpw-config.in @@ -1,6 +1,6 @@ # Configuration fragment for Cygnus source tree. -Set host_libs "mmalloc libiberty opcodes bfd readline" +Set host_libs "libiberty opcodes bfd readline" Set host_tools "byacc flex binutils ld gas gcc gdb" |