aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-cross_4.4-2010.09.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2010-09-24 13:28:17 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-09-24 13:32:51 +0200
commit0e3642cacf17a8b8073cf7caaa88279d1b6f945f (patch)
tree34b95c3057c7a7ac5e06ba6d356985a6c5ce7f54 /recipes/gcc/gcc-cross_4.4-2010.09.bb
parent14de19142d3ac83f4c6bcf71654c36df305f856b (diff)
downloadopenembedded-0e3642cacf17a8b8073cf7caaa88279d1b6f945f.tar.gz
gcc: added 2010.09 Linaro release of gcc-4.4
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). Built armv7-a console-image without problems with binutils-cross 2.20 - modified Angstrom distribution was used. Did not booted into is because linux-omap-psp 2.6.32 does not give working kernel when compiled with this version of GCC. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Diffstat (limited to 'recipes/gcc/gcc-cross_4.4-2010.09.bb')
-rw-r--r--recipes/gcc/gcc-cross_4.4-2010.09.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-cross_4.4-2010.09.bb b/recipes/gcc/gcc-cross_4.4-2010.09.bb
new file mode 100644
index 0000000000..8656ea466a
--- /dev/null
+++ b/recipes/gcc/gcc-cross_4.4-2010.09.bb
@@ -0,0 +1,11 @@
+require gcc-${PV}.inc
+require gcc-cross4.inc
+PR = "${INC_PR}.0"
+
+FILESDIR = "${FILE_DIRNAME}/gcc-4.4.4"
+
+SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch "
+
+EXTRA_OECONF += " --disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"