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
;;