mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 01:42:21 +08:00
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.
This commit is contained in:
25
mpw-README
Normal file
25
mpw-README
Normal file
@ -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.
|
||||
|
Reference in New Issue
Block a user