libgccjit: use current gcc version

This commit is contained in:
Mauricio Collares
2021-02-19 08:35:27 +01:00
committed by adisbladis
parent 2f6523f96b
commit 82b8fe90f6
+1 -1
View File
@@ -10016,7 +10016,7 @@ in
profiledCompiler = false;
});
libgccjit = gcc9.cc.override {
libgccjit = gcc.cc.override {
name = "libgccjit";
langFortran = false;
langCC = false;