From a4fe00e4f04708691056afd2cf745a0308c5881f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 1 Sep 2020 14:39:17 +0200 Subject: [PATCH] macOS: use GCC 10 for building, since GCC 9 is no longer in Homebrew (manually cherry picked from commit 7738ea0a253518f58ce2a8edf9168eb44c44411f) --- macOS/build.sh | 4 ++-- preprocessor | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/macOS/build.sh b/macOS/build.sh index 82e06cd7b6..9998514d8d 100755 --- a/macOS/build.sh +++ b/macOS/build.sh @@ -22,8 +22,8 @@ set -ex ROOTDIR=$(pwd)/.. # Set the compilers -CC=gcc-9 -CXX=g++-9 +CC=gcc-10 +CXX=g++-10 # Set the number of threads NTHREADS=$(nproc) diff --git a/preprocessor b/preprocessor index d39fca02b4..553c26337d 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit d39fca02b477e289d5cf95fd7693c64fb4524f66 +Subproject commit 553c26337d457dfcedee2c4fce0bbfb8ed349f6b -- GitLab