From f0dd071e29918bcbf751009f1395a1be62327922 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Wed, 8 Mar 2023 18:42:57 +0100 Subject: [PATCH] Add a patch to fix gcc-go version string --- general/prog/gcc.xml | 23 +++++++++++++++-------- introduction/welcome/changelog.xml | 9 +++++++++ 2 files changed, 24 insertions(+), 8 deletions(-) diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml index f69e3c8c2b..8b462f634c 100644 --- a/general/prog/gcc.xml +++ b/general/prog/gcc.xml @@ -115,17 +115,17 @@ - + GCC Dependencies Optional @@ -171,13 +171,20 @@ bootstrap anyway, add --disable-bootstrap to the ./configure options below. - +patch -Np1 -i ../gcc-&gcc-version;-fix_go_version-1.patch + Install GCC by running the following commands: diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d0ac0cb8f4..5b88ae05f8 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,6 +38,15 @@ --> + + March 7th, 2023 + + + [thomas] - Add a patch to fix gcc-go version string (part of gcc-12.2.0). + + + + March 7th, 2023