3
0
Fork 0
forked from mirrors/nixpkgs

stdenv_32bit: Use gcc46_multi.

Fixes #80.
This commit is contained in:
Shea Levy 2013-02-08 14:58:30 -05:00
parent 86feda1106
commit 95452fa0f8

View file

@ -229,7 +229,7 @@ let
# just the plain stdenv.
stdenv_32bit = lowPrio (
if system == "x86_64-linux" then
overrideGCC stdenv gcc43_multi
overrideGCC stdenv gcc46_multi
else
stdenv);