diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 16:29:38 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-01-07 16:29:38 +0000 |
commit | 8101d6f93b6f8e3c9026686edb12b6989744bfbc (patch) | |
tree | 028d272aec19be6c7ad718aa245aba0ef7af2adf | |
parent | bd43b80af9876176b3e1d6f493b9dd0b6951622e (diff) | |
download | poky-8101d6f93b6f8e3c9026686edb12b6989744bfbc.tar.gz |
gcc: Disable patches not needed for 4.3.x
-rw-r--r-- | meta/packages/gcc/gcc-4.3.1.inc | 2 | ||||
-rw-r--r-- | 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 \ | |||
51 | file://ldflags.patch;patch=1 \ | 51 | file://ldflags.patch;patch=1 \ |
52 | file://zecke-xgcc-cpp.patch;patch=1 \ | 52 | file://zecke-xgcc-cpp.patch;patch=1 \ |
53 | file://cache-amnesia.patch;patch=1 \ | 53 | file://cache-amnesia.patch;patch=1 \ |
54 | file://gfortran.patch;patch=1 \ | 54 | # file://gfortran.patch;patch=1 \ |
55 | # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ | 55 | # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ |
56 | # file://pr34130.patch;patch=1 \ | 56 | # file://pr34130.patch;patch=1 \ |
57 | # file://fortran-static-linking.patch;patch=1 \ | 57 | # 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 \ | |||
51 | file://ldflags.patch;patch=1 \ | 51 | file://ldflags.patch;patch=1 \ |
52 | file://zecke-xgcc-cpp.patch;patch=1 \ | 52 | file://zecke-xgcc-cpp.patch;patch=1 \ |
53 | file://cache-amnesia.patch;patch=1 \ | 53 | file://cache-amnesia.patch;patch=1 \ |
54 | file://gfortran.patch;patch=1 \ | 54 | # file://gfortran.patch;patch=1 \ |
55 | # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ | 55 | # file://gcc-4.0.2-e300c2c3.patch;patch=1 \ |
56 | # file://pr34130.patch;patch=1 \ | 56 | # file://pr34130.patch;patch=1 \ |
57 | # file://fortran-static-linking.patch;patch=1 \ | 57 | # file://fortran-static-linking.patch;patch=1 \ |