mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 21:57:02 +03:00
gcc51: rename gcc5 in light of new versioning scheme
This commit is contained in:
parent
36e2a9d3bd
commit
123ca02fe3
@ -3622,7 +3622,7 @@ let
|
||||
else null;
|
||||
}));
|
||||
|
||||
gcc51 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/5.1 {
|
||||
gcc5 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/5 {
|
||||
inherit noSysDirs;
|
||||
|
||||
# PGO seems to speed up compilation by gcc by ~10%, see #445 discussion
|
||||
|
Loading…
Reference in New Issue
Block a user