From 59c7e8b8b0a484d54152cd04b47b14299e7e18d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Sat, 13 Jul 2024 00:12:42 +0200 Subject: [PATCH] Build system: meson native file for verifying that compilation with GCC 10 works [skip ci] --- scripts/gcc-10.ini | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 scripts/gcc-10.ini diff --git a/scripts/gcc-10.ini b/scripts/gcc-10.ini new file mode 100644 index 0000000000..37a1310968 --- /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' -- GitLab