mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gcc_latest: add alias
Our gcc version often lacks behind the latest supported version. To get the latest possible gcc version with all optimization/checks, this RFC adds an gcc_latest alias.
This commit is contained in:
parent
d35735ae25
commit
de35d8cdaa
@ -8475,6 +8475,8 @@ in
|
||||
isl = if !stdenv.isDarwin then isl_0_17 else null;
|
||||
}));
|
||||
|
||||
gcc_latest = gcc10;
|
||||
|
||||
gfortran = gfortran9;
|
||||
|
||||
gfortran48 = wrapCC (gcc48.cc.override {
|
||||
|
Loading…
Reference in New Issue
Block a user