blob: c762c9a342403f3952aab3e2b8265dc88e1ec43b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
|