Files
nixpkgs/pkgs/development/compilers
Peter Simons b579f4fd5c ghc-7.0.2: fix build on Darwin
There were two problems preventing GHC 7.0.2 from being built on MacOS. For
one, the 'configure' script automatically added the flag

  -isysroot /Developer/SDKs/MacOSX10.5.sdk

to the command-line that's being passed to GCC. This setting doesn't work with
our GCC, and resulted in build errors because standard headers like <stdargs.h>
could no longer be found.

Secondly, the build depends on install_name_tool, which has been added as a
buildInput.

These changes trigger a re-build on all platforms, not just on Darwin. I
realize that this could have been avoided by adding some cruft. However, I
didn't want to add cruft, so there you are.

svn path=/nixpkgs/trunk/; revision=26513
2011-03-25 12:55:37 +00:00
..
2008-04-23 07:34:20 +00:00
2010-09-27 11:19:31 +00:00
2010-02-24 09:04:29 +00:00
2010-12-25 15:13:07 +00:00
2010-11-08 08:58:50 +00:00
2011-01-18 17:36:25 +00:00
2010-04-29 17:35:09 +00:00
2010-09-29 19:24:29 +00:00
2010-11-17 17:03:09 +00:00
2010-05-28 06:01:35 +00:00
2011-03-25 12:55:37 +00:00
2009-02-19 13:32:07 +00:00
2005-12-05 14:11:09 +00:00
2009-04-16 07:19:31 +00:00
2010-09-29 19:24:29 +00:00
2010-03-01 17:08:21 +00:00
2011-02-05 15:45:02 +00:00
2010-11-07 21:25:28 +00:00
2010-07-28 15:35:01 +00:00
2009-12-10 13:16:06 +00:00
2010-07-29 18:55:16 +00:00
2011-02-27 18:56:15 +00:00
2010-11-22 14:51:25 +00:00
2011-03-17 22:09:22 +00:00
2005-12-05 14:11:09 +00:00
2010-10-15 17:27:54 +00:00
2010-11-15 06:16:41 +00:00
2010-09-30 10:49:02 +00:00
2010-04-30 22:25:25 +00:00