libgccjit: use current gcc version

This commit is contained in:
Mauricio Collares 2021-01-20 11:08:41 -03:00 committed by adisbladis
parent 2f6523f96b
commit 82b8fe90f6
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -10016,7 +10016,7 @@ in
profiledCompiler = false;
});
libgccjit = gcc9.cc.override {
libgccjit = gcc.cc.override {
name = "libgccjit";
langFortran = false;
langCC = false;