* COP2 testing changes.
[binutils-gdb.git] / mpw-README
blobc762c9a342403f3952aab3e2b8265dc88e1ec43b
1 This is preliminary information about the Mac MPW port of the Cygnus tools.
3 To build everything, create an object directory, setdirectory into it, and do:
5         ::src:mpw-configure --target <name> --srcdir ::src: --prefix <whatever>
7 Then
8         mpw-build all
10 will build everything, and
12         mpw-build install
14 will install it.
16 KNOWN BUGS
18 ar rc xxx doesn't work.
20 objdump -i idiocy where it creates dummy files.
22 objcopy -O srec foo.o makes weird output filenames.
24 Mac host requires -mgas but Unix hosts don't.