aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorHenning Heinold <h.heinold@tarent.de>2010-07-07 12:34:46 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2010-07-09 10:33:19 +0200
commit9ec3af92cf007aea048ac39b3c0670c6095a7aa4 (patch)
treefbc2f2e2cf41afc1c18adb3a9fba1407c17b1300 /recipes/gcc/gcc-4.3.3.inc
parentf916c347089f7fdd3a50780ad8d165528a71782c (diff)
downloadopenembedded-9ec3af92cf007aea048ac39b3c0670c6095a7aa4.tar.gz
gcc: add support for builtin gcc-atomics for gcc-4.3.x versions
* bump all INC_PR's
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index e39b1192ca..aa16643313 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r13"
+INC_PR = "r14"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
@@ -26,6 +26,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://fedora/gcc43-i386-libgomp.patch;striplevel=0 \
file://fedora/gcc43-rh251682.patch;striplevel=0 \
file://debian/arm-unbreak-eabi-armv4t.dpatch;apply=yes \
+ file://debian/armel-atomic-builtins.dpatch;apply=yes;striplevel=0 \
file://debian/libstdc++-pic.dpatch;apply=yes;striplevel=0 \
file://debian/gcc-ice-hack.dpatch;apply=yes;striplevel=0 \
file://debian/pr30961.dpatch;apply=yes;striplevel=0 \
@@ -48,6 +49,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://904-flatten-switch-stmt-00.patch \
file://arm-nolibfloat.patch \
file://arm-softfloat.patch \
+ file://gcc-4.4-20090519-arm-eabi-atomic-builtins-unbreak-v2.patch \
file://cache-amnesia.patch \
file://gfortran-4.3.x.patch \
file://gcc-4.0.2-e300c2c3.patch \