summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-3.4.6.inc
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-05-24 13:01:00 -0700
committerChris Larson <chris_larson@mentor.com>2010-05-25 12:54:52 -0700
commit6fe7cef27069415f2eba36bc640cf59013d4979b (patch)
treeb0cb8845ddc6b8bcffc50e08a2eeae98e049be98 /recipes/gcc/gcc-3.4.6.inc
parentbf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (diff)
downloadopenembedded-6fe7cef27069415f2eba36bc640cf59013d4979b.tar.gz
Make the do_patch apply=yes param implicit if extension is .diff/.patch
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-3.4.6.inc')
-rw-r--r--recipes/gcc/gcc-3.4.6.inc40
1 files changed, 20 insertions, 20 deletions
diff --git a/recipes/gcc/gcc-3.4.6.inc b/recipes/gcc/gcc-3.4.6.inc
index 529992a307..b6b01e3737 100644
--- a/recipes/gcc/gcc-3.4.6.inc
+++ b/recipes/gcc/gcc-3.4.6.inc
@@ -1,27 +1,27 @@
require gcc-common.inc
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
- file://gcc34-reverse-compare.patch;apply=yes \
- file://gcc34-arm-ldm.patch;apply=yes \
- file://gcc34-arm-ldm-peephole.patch;apply=yes \
- file://gcc34-arm-tune.patch;apply=yes \
- file://gcc-3.4.1-uclibc-100-conf.patch;apply=yes \
- file://gcc-3.4.1-uclibc-200-locale.patch;apply=yes \
- file://gcc-3.4.0-arm-lib1asm.patch;apply=yes \
- file://gcc-3.4.0-arm-nolibfloat.patch;apply=yes \
- file://gcc-3.4.0-arm-bigendian.patch;apply=yes \
- file://gcc-3.4.0-arm-bigendian-uclibc.patch;apply=yes \
- file://GCC3.4.0VisibilityPatch.diff;apply=yes \
- file://jarfix.patch;apply=yes \
- file://always-fixincperm.patch;apply=yes \
- file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch;apply=yes \
- file://zecke-xgcc-cpp.patch;apply=yes \
- file://gcc-posix-open-fix.patch;apply=yes \
- file://gcc4-mtune-compat.patch;apply=yes"
+ file://gcc34-reverse-compare.patch \
+ file://gcc34-arm-ldm.patch \
+ file://gcc34-arm-ldm-peephole.patch \
+ file://gcc34-arm-tune.patch \
+ file://gcc-3.4.1-uclibc-100-conf.patch \
+ file://gcc-3.4.1-uclibc-200-locale.patch \
+ file://gcc-3.4.0-arm-lib1asm.patch \
+ file://gcc-3.4.0-arm-nolibfloat.patch \
+ file://gcc-3.4.0-arm-bigendian.patch \
+ file://gcc-3.4.0-arm-bigendian-uclibc.patch \
+ file://GCC3.4.0VisibilityPatch.diff \
+ file://jarfix.patch \
+ file://always-fixincperm.patch \
+ file://GCOV_PREFIX_STRIP-cross-profile_3.4.patch \
+ file://zecke-xgcc-cpp.patch \
+ file://gcc-posix-open-fix.patch \
+ file://gcc4-mtune-compat.patch"
-SRC_URI += "file://gcc34-configure.in.patch;apply=yes"
-SRC_URI += "file://gcc34-thumb-support.patch;apply=yes"
-SRC_URI_append = " file://zecke-no-host-includes.patch;apply=yes "
+SRC_URI += "file://gcc34-configure.in.patch"
+SRC_URI += "file://gcc34-thumb-support.patch"
+SRC_URI_append = " file://zecke-no-host-includes.patch "
SRC_URI[archive.md5sum] = "4a21ac777d4b5617283ce488b808da7b"
SRC_URI[archive.sha256sum] = "7791a601878b765669022b8b3409fba33cc72f9e39340fec8af6d0e6f72dec39"