From e6d0be69b65539d41ad4961cf02e0ed9c30af198 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 1 Aug 2021 21:17:04 -0500 Subject: [PATCH] Remove unneeded gcc patch --- general/prog/gcc.xml | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/general/prog/gcc.xml b/general/prog/gcc.xml index af433f5698..0765cfd45f 100644 --- a/general/prog/gcc.xml +++ b/general/prog/gcc.xml @@ -112,16 +112,6 @@ - Additional Downloads - - - - Required patch: - - - - - GCC Dependencies - It is necessary to apply the same patch now used in LFS to fix - various regressions. + Install GCC by running the following commands: -patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch && - -case $(uname -m) in +case $(uname -m) in x86_64) sed -i.orig '/m64=/s/lib64/lib/' gcc/config/i386/t-linux64 ;;