summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc_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_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_4.5-2010.09.bb')
-rw-r--r--recipes/gcc/gcc_4.5-2010.09.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gcc/gcc_4.5-2010.09.bb b/recipes/gcc/gcc_4.5-2010.09.bb
new file mode 100644
index 0000000000..ad71ada0f9
--- /dev/null
+++ b/recipes/gcc/gcc_4.5-2010.09.bb
@@ -0,0 +1,15 @@
+PR = "${INC_PR}.1"
+require gcc-${PV}.inc
+require gcc-configure-target.inc
+require gcc-package-target.inc
+
+# Gcc 4.3.3 installs crt* in a '4.3.1' dir....
+FILES_${PN} += "\
+ ${gcclibdir}/${TARGET_SYS}/*/*.o \
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto1 \
+ ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto-wrapper \
+"
+
+SRC_URI_append = "file://fortran-cross-compile-hack.patch"
+
+ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"