summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-csl-arm/libstdc++_configure.patch
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/libstdc++_configure.patch
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/libstdc++_configure.patch')
-rw-r--r--recipes/gcc/gcc-csl-arm/libstdc++_configure.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-csl-arm/libstdc++_configure.patch b/recipes/gcc/gcc-csl-arm/libstdc++_configure.patch
new file mode 100644
index 0000000000..ee7105d3d4
--- /dev/null
+++ b/recipes/gcc/gcc-csl-arm/libstdc++_configure.patch
@@ -0,0 +1,14 @@
+Index: gcc-2005q3/libstdc++-v3/configure
+===================================================================
+--- gcc-2005q3.orig/libstdc++-v3/configure 2009-10-20 00:20:18.975521386 +0200
++++ gcc-2005q3/libstdc++-v3/configure 2009-10-20 00:20:48.563010077 +0200
+@@ -93680,7 +93680,8 @@
+ case "$target" in
+ *arm*-symbianelf)
+ LIBSUPCXX_PRONLY=yes;;
+- *);;
++ *)
++ LIBSUPCXX_PRONLY=no;;
+ esac
+
+