gcc51: rename gcc5 in light of new versioning scheme

This commit is contained in:
Shea Levy
2015-05-03 06:10:26 -04:00
parent 36e2a9d3bd
commit 123ca02fe3
8 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3622,7 +3622,7 @@ let
else null; else null;
})); }));
gcc51 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/5.1 { gcc5 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/5 {
inherit noSysDirs; inherit noSysDirs;
# PGO seems to speed up compilation by gcc by ~10%, see #445 discussion # PGO seems to speed up compilation by gcc by ~10%, see #445 discussion