From 8101d6f93b6f8e3c9026686edb12b6989744bfbc Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 7 Jan 2009 16:29:38 +0000 Subject: [PATCH] gcc: Disable patches not needed for 4.3.x --- meta/packages/gcc/gcc-4.3.1.inc | 2 +- meta/packages/gcc/gcc-4.3.2.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/packages/gcc/gcc-4.3.1.inc b/meta/packages/gcc/gcc-4.3.1.inc index 3fcd160611..e9c5e3bbe5 100644 --- a/meta/packages/gcc/gcc-4.3.1.inc +++ b/meta/packages/gcc/gcc-4.3.1.inc @@ -51,7 +51,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://ldflags.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://cache-amnesia.patch;patch=1 \ - file://gfortran.patch;patch=1 \ +# file://gfortran.patch;patch=1 \ # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ # file://pr34130.patch;patch=1 \ # file://fortran-static-linking.patch;patch=1 \ diff --git a/meta/packages/gcc/gcc-4.3.2.inc b/meta/packages/gcc/gcc-4.3.2.inc index 93cfbe0c4a..0df0e22ffd 100644 --- a/meta/packages/gcc/gcc-4.3.2.inc +++ b/meta/packages/gcc/gcc-4.3.2.inc @@ -51,7 +51,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://ldflags.patch;patch=1 \ file://zecke-xgcc-cpp.patch;patch=1 \ file://cache-amnesia.patch;patch=1 \ - file://gfortran.patch;patch=1 \ +# file://gfortran.patch;patch=1 \ # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ # file://pr34130.patch;patch=1 \ # file://fortran-static-linking.patch;patch=1 \