gfortran: Use new gcc wrapper.

- Fix gfortran linking problems.

svn path=/nixpkgs/trunk/; revision=12809
This commit is contained in:
Nicolas Pierron 2008-09-05 17:11:12 +00:00
parent e3ec3f4782
commit 84125627f7

View File

@ -1415,7 +1415,7 @@ let
inherit stdenv;
};
gfortran = import ../build-support/gcc-wrapper {
gfortran = import ../build-support/gcc-wrapper-new {
name = "gfortran";
nativeTools = false;
nativeLibc = false;