diff --git a/scripts/gcc-10.ini b/scripts/gcc-10.ini new file mode 100644 index 0000000000000000000000000000000000000000..37a1310968fce98d19b3dc8e71d7955799c7003d --- /dev/null +++ b/scripts/gcc-10.ini @@ -0,0 +1,6 @@ +# Meson native file for verifying that compilation with GCC 10 works + +[binaries] +cpp = 'g++-10' +fortran = 'gfortran-10' +c = 'gcc-10'