summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-4.5-2010.09.inc
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.inc
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.inc')
-rw-r--r--recipes/gcc/gcc-4.5-2010.09.inc35
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.5-2010.09.inc b/recipes/gcc/gcc-4.5-2010.09.inc
new file mode 100644
index 0000000000..0aa1770cfe
--- /dev/null
+++ b/recipes/gcc/gcc-4.5-2010.09.inc
@@ -0,0 +1,35 @@
+DEFAULT_PREFERENCE = "-999"
+ARM_INSTRUCTION_SET = "arm"
+
+require gcc-common.inc
+LICENSE = "GPLv3"
+
+DEPENDS = "mpfr gmp libmpc libelf"
+NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
+
+FILESDIR = "${FILE_DIRNAME}/gcc-4.5"
+
+INC_PR = "r0"
+
+
+SRC_URI = "http://launchpad.net/gcc-linaro/4.5/4.5-2010.09-1/+download/gcc-linaro-4.5-2010.09-1.tar.bz2;name=gcc45tarbz2 "
+
+S = "${WORKDIR}/gcc-linaro-${PV}-1/"
+SRC_URI[gcc45tarbz2.md5sum] = "1835274698df4088d6077c3104bc42d9"
+SRC_URI[gcc45tarbz2.sha256sum] = "29615318803eaba11cd3f7ee133f5dd4fc9bc0d1a7e0c5b06bd2540ece7d1472"
+
+# Language Overrides
+FORTRAN = ""
+JAVA = ""
+
+EXTRA_OECONF_BASE = " --enable-lto \
+ --enable-libssp \
+ --disable-bootstrap --disable-libgomp \
+ --disable-libmudflap"
+
+EXTRA_OECONF_INITIAL = "--disable-libmudflap --disable-libgomp --disable-libssp --enable-decimal-float=no"
+EXTRA_OECONF_INTERMEDIATE = "--disable-libmudflap --disable-libgomp --disable-libssp"
+
+EXTRA_OECONF_append_linux-uclibc = " --disable-decimal-float "
+EXTRA_OECONF_append_linux-uclibceabi = " --disable-decimal-float "
+EXTRA_OECONF_append_linux-uclibcspe = " --disable-decimal-float "