You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
504 B

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.