summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-csl-arm-2005q3.inc
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2009-10-23 11:42:39 +0200
committerHenning Heinold <heinold@inf.fu-berlin.de>2009-10-23 11:42:39 +0200
commit1ec5d58130c4c76aa885a10f099b9bb32651a292 (patch)
tree4ca566d1d6f775a5002b5bf473c8a504e26bcd10 /recipes/gcc/gcc-csl-arm-2005q3.inc
parent1258abe38ad6240a78c700f03f66a654c9cab2a9 (diff)
downloadopenembedded-1ec5d58130c4c76aa885a10f099b9bb32651a292.tar.gz
gcc-cross_csl-arm-2005q3: put into useable state again
* add some patches needed for libstdc++ compilation * disable fortran and objc build for now * bump PR
Diffstat (limited to 'recipes/gcc/gcc-csl-arm-2005q3.inc')
-rw-r--r--recipes/gcc/gcc-csl-arm-2005q3.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-csl-arm-2005q3.inc b/recipes/gcc/gcc-csl-arm-2005q3.inc
index 5d77ecbd07..55bbe4b13a 100644
--- a/recipes/gcc/gcc-csl-arm-2005q3.inc
+++ b/recipes/gcc/gcc-csl-arm-2005q3.inc
@@ -8,7 +8,10 @@ FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm"
SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \
file://gcc_optab_arm.patch;patch=1 \
- file://gcc-3.4.4-eabi-bigendian.patch;patch=1"
+ file://gcc-3.4.4-eabi-bigendian.patch;patch=1 \
+ file://libstdc++_configure.patch;patch=1 \
+ file://demangle.patch;patch=1 \
+ "
S = "${WORKDIR}/gcc-2005q3"