nixpkgs/pkgs/os-specific/darwin
aszlig dd10bb3181
Add a cross-platform port of cctools.
This basically is binutils for Mac OS X, but ported to work on
(GNU/)Linux and FreeBSD.

And it's up-to-date as well! I'm mentioning this, because it was quite
hard to find a recent port of it and I just accidentally stumbled on it
while trying to do the port by myself.

So thanks to @tpoechtrager for doing this.

Also, I've added two more patches, which essentially are:

 * ld-rpath-nonfinal:
     This allows -rpath to be used for linking non-final builds, which
     was allowed for earlier versions of cctools and got a check for
     that in more recent versions.

 * ld-ignore-rpath-link:
     Ignores the -rpath-link option, because the cross-wrapper uses it
     in different places. Unfortunately, the cctools linker doesn't
     support it, so we might need to implement this later if it's
     possible (I'm not a Mach-O man^H^H^Hexpert).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-03-12 10:00:44 +01:00
..
cctools-port Add a cross-platform port of cctools. 2014-03-12 10:00:44 +01:00
install_name_tool install_name_tool: add expression 2013-07-06 19:14:45 +10:00
native-x11-and-opengl darwin x11/opengl: only copy subset of files (close #1165) 2013-11-07 10:39:28 +01:00
otool otool: fix licenses, adding the new APSL 2.0 as well 2013-08-13 07:34:37 +02:00
setfile os-specific/darwin/setfile: drop the "unfree" license 2013-09-11 13:08:46 +02:00
xcode Add new package for Apple's XCode. 2014-03-12 10:00:43 +01:00