use gcc10 instead of gcc9
This commit is contained in:
parent
2d9193f9f0
commit
af802654b9
1 changed files with 2 additions and 3 deletions
|
@ -9145,10 +9145,9 @@ in
|
|||
|
||||
gccFun = callPackage (if (with stdenv.targetPlatform; isVc4 || libc == "relibc")
|
||||
then ../development/compilers/gcc/6
|
||||
else ../development/compilers/gcc/9);
|
||||
else ../development/compilers/gcc/10);
|
||||
gcc = if (with stdenv.targetPlatform; isVc4 || libc == "relibc")
|
||||
then gcc6 else gcc9;
|
||||
|
||||
then gcc6 else gcc10;
|
||||
gcc-unwrapped = gcc.cc;
|
||||
|
||||
gccStdenv = if stdenv.cc.isGNU then stdenv else stdenv.override {
|
||||
|
|
Loading…
Reference in a new issue