* i386v4-nat.c: Include sys/reg.h if present.
[deliverable/binutils-gdb.git] / mpw-README
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
This page took 0.028957 seconds and 4 git commands to generate.