aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc')
-rw-r--r--meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc b/meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc
new file mode 100644
index 00000000..9368b7ee
--- /dev/null
+++ b/meta-linaro/recipes-devtools/gcc/gcc-linaro-4.6.inc
@@ -0,0 +1,23 @@
+require recipes-devtools/gcc/gcc-4.6.inc
+require gcc-linaro-common-4.6.inc
+
+PR = "r5"
+RELEASE = "2013.02"
+BINV = "4.6.4"
+
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-${PV}' ], d)}"
+
+#SRC_URI = "https://launchpad.net/gcc-linaro/4.6/4.6-${RELEASE}/+download/gcc-${PV}-${RELEASE}.tar.bz2
+
+SRC_URI = "http://cbuild.validation.linaro.org/snapshots/gcc-${PV}-${RELEASE}.tar.bz2 \
+ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
+ file://64bithack.patch \
+ file://optional_libstdc.patch \
+ file://use-defaults.h-and-t-oe-in-B.patch \
+ "
+
+SRC_URI[md5sum] = "f9331b2efdf10701c6de585863f5d40d"
+SRC_URI[sha256sum] = "d1a32d7e4c1ebee73b6c3fc69504239da6b2c903c3976a027cc8cd1c15e76b60"
+
+S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}-${RELEASE}"
+B = "${WORKDIR}/gcc-${PV}-${RELEASE}/build.${HOST_SYS}.${TARGET_SYS}"