Skip to content

kwhat/binutils-apple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Darwin assembler as(1) and static linker ld(1), XCode Tools 8.0

To Compile:
autoreconf --install --force --verbose
CC=clang CXX=clang++ ./configure --prefix=/usr --target=i586-apple-darwin9
make
make install

Most of the work in this project is based on the following two projects:
https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/
https://code.google.com/p/iphone-dev/

About

Apple's open source cctools and ld64 ported to linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages