From 3ebf601284cae6a4406b7ea1ad08cd593a4d619b Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Thu, 6 May 2021 09:31:09 +0200 Subject: [PATCH] [ubuntu] Add GCC 11 (#3291) * Ubuntu Bionic/Focal: Add GCC 11 Add GCC 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets. * Ubuntu Bionic/Focal: Add GFortran 11 Add GFortran 11 to the Ubuntu 18.04 Bionic and 20.04 Focal toolsets. --- images/linux/toolsets/toolset-1804.json | 6 ++++-- images/linux/toolsets/toolset-2004.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/images/linux/toolsets/toolset-1804.json b/images/linux/toolsets/toolset-1804.json index 3df858b0d..52b881e6b 100644 --- a/images/linux/toolsets/toolset-1804.json +++ b/images/linux/toolsets/toolset-1804.json @@ -251,13 +251,15 @@ "gcc": { "versions": [ "g++-9", - "g++-10" + "g++-10", + "g++-11" ] }, "gfortran": { "versions": [ "gfortran-9", - "gfortran-10" + "gfortran-10", + "gfortran-11" ] }, "php": { diff --git a/images/linux/toolsets/toolset-2004.json b/images/linux/toolsets/toolset-2004.json index 790509405..92a1848a0 100644 --- a/images/linux/toolsets/toolset-2004.json +++ b/images/linux/toolsets/toolset-2004.json @@ -253,13 +253,15 @@ "gcc": { "versions": [ "g++-9", - "g++-10" + "g++-10", + "g++-11" ] }, "gfortran": { "versions": [ "gfortran-9", - "gfortran-10" + "gfortran-10", + "gfortran-11" ] }, "php": {