summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-01-07 16:29:38 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-01-07 16:29:38 +0000
commit8101d6f93b6f8e3c9026686edb12b6989744bfbc (patch)
tree028d272aec19be6c7ad718aa245aba0ef7af2adf
parentbd43b80af9876176b3e1d6f493b9dd0b6951622e (diff)
downloadopenembedded-core-8101d6f93b6f8e3c9026686edb12b6989744bfbc.tar.gz
openembedded-core-8101d6f93b6f8e3c9026686edb12b6989744bfbc.tar.bz2
openembedded-core-8101d6f93b6f8e3c9026686edb12b6989744bfbc.tar.xz
openembedded-core-8101d6f93b6f8e3c9026686edb12b6989744bfbc.zip
gcc: Disable patches not needed for 4.3.x
-rw-r--r--meta/packages/gcc/gcc-4.3.1.inc2
-rw-r--r--meta/packages/gcc/gcc-4.3.2.inc2
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 3fcd16061..e9c5e3bbe 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 93cfbe0c4..0df0e22ff 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 \