nixpkgs/pkgs/development/compilers/ghc
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
..
6.4.2-binary.nix
6.4.2.nix
6.6.1.nix
6.8.2.nix
6.8.3.nix
6.10.1-binary.nix
6.10.1.nix
6.10.2-binary.nix
6.10.2.nix
6.10.3.nix
6.10.4.nix
6.11.nix
6.12.1.nix
6.12.2.nix Added ghc-6.12.2. 2010-04-25 17:27:21 +00:00
6.12.3.nix Added ghc-6.12.3. Does not build yet for me -- still have to figure out why. 2010-07-08 11:43:06 +00:00
7.0.1.nix Bumped ghc-7.0.1 from rc2 to released version. 2010-11-19 13:05:39 +00:00
7.0.2.nix ghc-7.0.2: fix build on Darwin 2011-03-25 12:55:37 +00:00
ghc-get-packages.sh
head.nix Updated ghc HEAD expression to 7.0.2-rc2. 2011-03-01 11:56:41 +00:00
wrapper.nix Add missing binaries to the GHC wrapper. 2010-04-29 17:35:05 +00:00