ld64 build for Linux - EXPERIMENT for using Mach-Os for Darling's libs
Go to file
Thomas Pöchtrager 28426fe58d Update README
2015-10-23 19:42:35 +02:00
cctools Make emulated _NSGetExecutablePath() conforming on OpenBSD 2015-10-17 10:09:25 +02:00
tools ld64 242.2 2015-10-02 20:42:34 +02:00
usage_examples/ios_toolchain ios-toolchain: Update README 2015-10-23 15:53:24 +02:00
.gitignore cctools: make is_llvm_bitcode() more portable (fixes -flto with multiple -arch flags) 2014-02-15 14:54:10 +01:00
.merge.log ld64 242.2 2015-10-02 20:42:34 +02:00
.travis.yml Add .travis.yml 2015-08-24 00:35:42 +02:00
package.sh * linux ppc/ppc64 & arm/arm64/aarch64 port 2015-03-15 22:21:16 +01:00
README.md Update README 2015-10-23 19:42:35 +02:00

Apple cctools port for Linux, *BSD and Windows (Cygwin)

Current Version: 870 + ld64-242.2.
Originally ported by cjacker.

SUPPORTED HOSTS

SUPPORTED OPERATING SYSTEMS:

Linux, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD,
Windows (Cygwin), Mac OS X and iOS

SUPPORTED HOST ARCHITECTURES:

x86, x86_64, arm

Untested, but compiles:

aarch64, ppc, ppc64

SUPPORTED TARGETS

armv4t, armv5, armv6, armv7, armv7f, armv7k, armv7s, armv6m
armv7m, armv7em, armv8, arm64, arm64v8, i386, x86_64 and x86_64h.

DEPENDENCIES

Clang 3.2+ or gcc/g++/gcc-objc 4.6+, automake, autogen and libtool.

Optional, but recommended:

llvm-devel (For Link Time Optimization Support)
uuid-devel (For ld64 -random_uuid Support)

INSTALLATION

  • cd cctools
  • ./autogen.sh
  • ./configure --prefix=<installdir> --target=<target> [--with-llvm-config=...]
  • make
  • make install

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

If you get compile errors because of unistd.h, then please run
../tools/fix_unistd_issue.sh and restart compiling.

TRAVIS CI

Build Status