Merge pull request #111166 from collares/gccjit-update

libgccjit: use current gcc version
This commit is contained in:
adisbladis 2021-02-19 09:51:18 +01:00 committed by GitHub
commit cf756e5192
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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