gfortran: Use new gcc wrapper.
- Fix gfortran linking problems. svn path=/nixpkgs/trunk/; revision=12809
This commit is contained in:
parent
e3ec3f4782
commit
84125627f7
@ -1415,7 +1415,7 @@ let
|
|||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
};
|
};
|
||||||
|
|
||||||
gfortran = import ../build-support/gcc-wrapper {
|
gfortran = import ../build-support/gcc-wrapper-new {
|
||||||
name = "gfortran";
|
name = "gfortran";
|
||||||
nativeTools = false;
|
nativeTools = false;
|
||||||
nativeLibc = false;
|
nativeLibc = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user