Skip to content

Commit

Permalink
Merge pull request #171466 from r-burns/gfortran-wrapper-cross
Browse files Browse the repository at this point in the history
gfortran: fix wrapper host/target offset for cross
  • Loading branch information
Mindavi committed May 4, 2022
2 parents b9e8ed2 + 338ed79 commit 0b9843c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12697,7 +12697,7 @@ with pkgs;
gcc_latest = gcc11;

# Use the same GCC version as the one from stdenv by default
gfortran = wrapCC (gccStdenv.cc.cc.override {
gfortran = wrapCC (gcc.cc.override {
name = "gfortran";
langFortran = true;
langCC = false;
Expand Down

0 comments on commit 0b9843c

Please sign in to comment.