summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-02-15 09:36:23 +0000
committerLudovic Courtès <ludo@gnu.org>2010-02-15 09:36:23 +0000
commit471184bb3884ccf0ec22b94ce19913b40c0a4c36 (patch)
treec7e007969077bb69335ad9253a3875e596b958f8 /pkgs/development
parent9dc143e9aa73ee68bf2297e40556d6d876cc3cdd (diff)
downloadnixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar.gz
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar.bz2
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar.lz
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar.xz
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.tar.zst
nixpkgs-471184bb3884ccf0ec22b94ce19913b40c0a4c36.zip
GCC: Try to build on `i686-darwin'.
svn path=/nixpkgs/trunk/; revision=20004
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/compilers/gcc-4.4/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/gcc-4.4/default.nix b/pkgs/development/compilers/gcc-4.4/default.nix
index 86ac3c189c6..3ae45592fd5 100644
--- a/pkgs/development/compilers/gcc-4.4/default.nix
+++ b/pkgs/development/compilers/gcc-4.4/default.nix
@@ -207,8 +207,8 @@ stdenv.mkDerivation ({
       stdenv.lib.maintainers.viric
     ];
 
-    # Volunteers needed for the {Cyg,Dar}win ports.
-    platforms = stdenv.lib.platforms.linux;
+    # Volunteers needed for the {Cyg,Dar}win ports of *PPL.
+    platforms = stdenv.lib.platforms.linux ++ [ "i686-darwin" ];
   };
 }
 // (if langVhdl then rec {