about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc-4.4
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-12 21:52:39 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-06-12 21:52:39 +0000
commit22a839c86d14ba446d15fa819b220da8dc84c382 (patch)
tree19924a6b2d83dd5cfb2f07cd3ca71414fbcc4d9f /pkgs/development/compilers/gcc-4.4
parent1babf6ea14e12cdd1d69dfffd72d020ac6df4dcd (diff)
downloadnixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar.gz
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar.bz2
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar.lz
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar.xz
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.tar.zst
nixlib-22a839c86d14ba446d15fa819b220da8dc84c382.zip
Making clang build for llvm 2.7
(I've not tested the usage of c++ headers though, but it builds c and c++ simple programs)

svn path=/nixpkgs/trunk/; revision=22236
Diffstat (limited to 'pkgs/development/compilers/gcc-4.4')
-rw-r--r--pkgs/development/compilers/gcc-4.4/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/gcc-4.4/default.nix b/pkgs/development/compilers/gcc-4.4/default.nix
index b1b7aaa33601..bdf2e58bcb4a 100644
--- a/pkgs/development/compilers/gcc-4.4/default.nix
+++ b/pkgs/development/compilers/gcc-4.4/default.nix
@@ -199,7 +199,7 @@ stdenv.mkDerivation ({
 
 
   passthru = { inherit langC langCC langAda langFortran langTreelang langVhdl
-      enableMultilib; };
+      enableMultilib version; };
 
   meta = {
     homepage = http://gcc.gnu.org/;