ld64 build for Linux - EXPERIMENT for using Mach-Os for Darling's libs
Go to file
Thomas Pöchtrager 12f5e7592e update README
2013-11-14 20:59:27 +01:00
cctools merge cctools-845 2013-11-14 20:38:30 +01:00
tools import 'cctools-839-ld64-134.9-1.3' from https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/ 2013-11-14 20:36:34 +01:00
README.md update README 2013-11-14 20:59:27 +01:00

CCTOOLS Linux Port

Current Version: 845 + ld64-134.9 Originally ported by cjacker from the ios-toolchain-for-linux project.

INSTALLATION

Make sure you have the following installed on your Linux box:

Clang 3.2+, llvm-devel, automake, autogen, libtool,
libuuid-devel and openssl-devel.

Then type:

  • cd cctools
  • ./autogen.sh
  • ./configure --prefix=<installdir> --target=<target>
  • make
  • make install

target = i386-apple-darwin11, x86_64-apple-darwin11, arm-apple-darwin11, ...