summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-cross_4.5-2010.09.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2010-09-27 16:32:18 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-09-27 16:34:22 +0200
commit4b75473b417c92b5d54ef541b949943cff2d6725 (patch)
treea8a2e75ad9d2cc03b62ba0d9c897fb4f97519566 /recipes/gcc/gcc-cross_4.5-2010.09.bb
parent4292b4f8b780dab1137a29d9cc7ebc5fb924ee5d (diff)
gcc: added 2010.09 Linaro release of gcc-4.5org.openembedded.dev
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain This version does not have any OE patches applied (other then zecke-no-host-includes.patch in gcc-cross). There are build problems with this release in OE. But as it is not default version I am pushing it like it is. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'recipes/gcc/gcc-cross_4.5-2010.09.bb')
-rw-r--r--recipes/gcc/gcc-cross_4.5-2010.09.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross_4.5-2010.09.bb b/recipes/gcc/gcc-cross_4.5-2010.09.bb
new file mode 100644
index 0000000000..3f23f1169b
--- /dev/null
+++ b/recipes/gcc/gcc-cross_4.5-2010.09.bb
@@ -0,0 +1,9 @@
+require gcc-${PV}.inc
+require gcc-cross4.inc
+
+NATIVEDEPS += "libmpc-native libelf-native"
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
+
+EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} --with-system-zlib"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"