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-README | |
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-README')
-rw-r--r-- | mpw-README | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mpw-README b/mpw-README new file mode 100644 index 0000000..c762c9a --- /dev/null +++ b/mpw-README @@ -0,0 +1,25 @@ +This is preliminary information about the Mac MPW port of the Cygnus tools. + +To build everything, create an object directory, setdirectory into it, and do: + + ::src:mpw-configure --target <name> --srcdir ::src: --prefix <whatever> + +Then + mpw-build all + +will build everything, and + + mpw-build install + +will install it. + +KNOWN BUGS + +ar rc xxx doesn't work. + +objdump -i idiocy where it creates dummy files. + +objcopy -O srec foo.o makes weird output filenames. + +Mac host requires -mgas but Unix hosts don't. + |