summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-csl-arm-2008q3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gcc/gcc-csl-arm-2008q3.inc')
-rw-r--r--recipes/gcc/gcc-csl-arm-2008q3.inc34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-csl-arm-2008q3.inc b/recipes/gcc/gcc-csl-arm-2008q3.inc
new file mode 100644
index 0000000000..13b61b6f0e
--- /dev/null
+++ b/recipes/gcc/gcc-csl-arm-2008q3.inc
@@ -0,0 +1,34 @@
+require gcc-common.inc
+
+BINV = "4.3.2"
+PV = "4.3.2+csl-arm-2008q3-39"
+
+FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm-2008q3"
+
+SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q3-39-arm-none-eabi.src.tar.bz2 \
+ file://gcc-csl-2008q3-hotfix.diff;patch=1 \
+ file://arm-nolibfloat.patch;patch=1 \
+ file://arm-softfloat.patch;patch=1 \
+ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \
+ file://gcc-flags-for-build.patch;patch=1 \
+ file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \
+ file://gfortran-4.3.x.patch;patch=1 \
+"
+
+
+S = "${WORKDIR}/gcc-4.3"
+
+do_unpack2() {
+ cd ${WORKDIR}
+ tar -xvjf ./arm-2008q3-39-arm-none-eabi/gcc-2008q3-39.tar.bz2
+}
+
+# Language Overrides
+FORTRAN = ""
+FORTRAN_linux-gnueabi = ",fortran"
+#JAVA = ",java"
+
+EXTRA_OECONF_BASE = "--enable-libssp --disable-bootstrap --disable-libgomp --disable-libmudflap"
+ARM_INSTRUCTION_SET = "arm"
+
+addtask unpack2 after do_unpack before do_patch