Commit | Line | Data |
---|---|---|
aa8f28af SS |
1 | This is preliminary information about the Mac MPW port of the Cygnus tools. |
2 | ||
3 | To build everything, create an object directory, setdirectory into it, and do: | |
4 | ||
5 | ::src:mpw-configure --target <name> --srcdir ::src: --prefix <whatever> | |
6 | ||
7 | Then | |
8 | mpw-build all | |
9 | ||
10 | will build everything, and | |
11 | ||
12 | mpw-build install | |
13 | ||
14 | will install it. | |
15 | ||
16 | KNOWN BUGS | |
17 | ||
18 | ar rc xxx doesn't work. | |
19 | ||
20 | objdump -i idiocy where it creates dummy files. | |
21 | ||
22 | objcopy -O srec foo.o makes weird output filenames. | |
23 | ||
24 | Mac host requires -mgas but Unix hosts don't. | |
25 |