nixpkgs/pkgs/development/compilers
Lluís Batlle i Rossell 585ba8c27f Big fixes in the cross build:
- Before this changes, cflags and ldflags for the native and the cross compiler
  got mixed. Not all the gcc-wrapper/gcc-cross-wrapper variables are
  independant now, but enough, I think.
- Fixed the generic stdenv expression, which did a big mess on buildInputs and
  buildNativeInputs. Now it distinguishes when there is a stdenvCross or not.
  Maybe we should have a single stdenv and forget about the stdenvCross
  adapter - this could end in a stdenv a bit complex, but simpler than the
  generic stdenv + adapter.
- Added basic support in pkgconfig for cross-builds: a single PKG_CONFIG_PATH
  now works for both the cross and the native compilers, but I think this
  should work well for most cases I can think of.
- I tried to fix the guile expression to cross-biuld; guile is built, but not
  its manual, so the derivation still fails. Guile requires patching to
  cross-build, as far as I understnad.
- Made the glibcCross build to be done through the usage of a
  gcc-cross-wrapper over the gcc-cross-stage-static, instead of using it
  directly.
- Trying to make physfs (a neverball dependency) cross build.
- Updated the gcc expression to support building a cross compiler without getting
  derivation variables mixed with those of the stdenvCross.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18534
2009-11-22 19:51:45 +00:00
..
abc * Remove calls to fail(). 2008-04-23 07:34:20 +00:00
adobe-flex-sdk adding open source adobe flex sdk 2009-04-06 13:07:21 +00:00
aspectj * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
bigloo Bigloo 3.2a. 2009-01-11 22:49:44 +00:00
dev86 Stole a patch from the cross-lfs project in order to compile dev86 on x86-64 linux 2009-04-15 09:36:17 +00:00
ehc Nix expression for EHC 2008-03-18 13:44:27 +00:00
flapjax - fetchdarcs supports now partial 2008-03-06 02:46:29 +00:00
fpc Changing CLisp, FPC to new style of adding to hydra 2009-08-25 09:00:19 +00:00
gcc-2.95 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-3.3 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-3.4 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-4.0 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-4.1 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-4.2 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcc-4.3 Big fixes in the cross build: 2009-11-22 19:51:45 +00:00
gcc-4.4 GCJ 4.4: Fix missing <X11/extensions/XInput.h> by adding `libXi'. 2009-11-05 21:43:00 +00:00
gcc-apple * gcc-apple fixes for darwin 2009-07-24 12:28:39 +00:00
gcc-upc-4.0 * Got rid of a lot of "postInstall=postInstall" and similar lines in 2009-04-23 13:31:10 +00:00
gcl Comment out gcl as broken 2009-11-06 09:44:03 +00:00
ghc fix ghc-get-packages 2009-11-12 07:11:03 +00:00
go * Update Go's version. Make 8g & 8l commands working with no need of 2009-11-16 18:42:43 +00:00
gprolog Add GNU Prolog. 2009-02-19 13:32:07 +00:00
gwt - Upgraded GWT to 1.7.1 2009-10-19 13:14:23 +00:00
gwydion-dylan * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00
helium * "." -> "source". 2005-12-05 14:11:09 +00:00
hugs replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
iasl Fixing the name of iasl. 2009-04-16 07:19:31 +00:00
idris Added Idris and updated fetchdarcs. 2009-05-13 19:02:23 +00:00
ikarus * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
jdk Updating sun java jdk. I expected some problems to be solved, but they work the same 2009-10-13 21:45:20 +00:00
jikes * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
llvm FullDepEntry -> fullDepEntry, PackEntry -> packEntry 2009-05-19 23:25:58 +00:00
meta-environment/meta-build-env removed metaBuildEnvTrunk, not necessary any more 2009-04-07 13:57:26 +00:00
mono * added -lgcc_s to NIX_LDFLAGS of mono 2009-10-19 11:26:13 +00:00
nasm svn path=/nixpkgs/trunk/; revision=15605 2009-05-14 14:43:50 +00:00
ocaml Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
opencxx * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
openjdk-darwin added openjdk for darwin (binaries) for testing 2009-10-02 12:12:23 +00:00
qcmm * Get rid of all references to nix.cs.uu.nl. 2008-11-14 16:57:19 +00:00
qi * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
roadsend replacing applyAndFun by lib.defaultOverridableDelayableArgs 2009-03-06 23:21:28 +00:00
sbcl I think I rolled back to original sbcl-1.0.29 state 2009-11-06 19:27:32 +00:00
scala version update 2008-05-07 18:37:55 +00:00
stalin Add Stalin, an efficient Scheme compiler. 2008-05-29 12:10:10 +00:00
strategoxt name typo 2009-11-16 13:57:11 +00:00
swi-prolog * Removed selectVersion. There's no good reason to write 2009-11-18 09:39:59 +00:00
tiger * "." -> "source". 2005-12-05 14:11:09 +00:00
tinycc Try protecting FreeBSD from instntiating TinyCC 2008-11-03 19:16:21 +00:00
visual-c++ * Microsoft Windows SDK, purified. Small problem: building the SDK 2006-06-05 22:03:52 +00:00
webdsl * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00
yap * Improved a bunch of "name" attributes (mostly missing version 2009-10-28 14:06:56 +00:00