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:
Jörg Thalheim 2020-06-25 13:05:32 +01:00
parent d35735ae25
commit de35d8cdaa
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -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 {