diff options
author | Koen Kooi <koen@openembedded.org> | 2008-10-09 21:03:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-10-09 21:03:30 +0000 |
commit | 0f4e1f9d799ce8eb98b2aed805a361a61012828b (patch) | |
tree | 7aa52bdbd9edd0a83928fa4d3769316e8be78916 /packages/gcc/gcc-csl-arm-2008q3.inc | |
parent | 05a24bde30b8799ad5431b29ba4f35242b3e97b2 (diff) |
gcc cross: add 4.3.2+csl2008q3, the latest csl release
* it builds, but needs Khems sysroot and flags patches to work properly
Diffstat (limited to 'packages/gcc/gcc-csl-arm-2008q3.inc')
-rw-r--r-- | packages/gcc/gcc-csl-arm-2008q3.inc | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/packages/gcc/gcc-csl-arm-2008q3.inc b/packages/gcc/gcc-csl-arm-2008q3.inc new file mode 100644 index 0000000000..8985a7cbff --- /dev/null +++ b/packages/gcc/gcc-csl-arm-2008q3.inc @@ -0,0 +1,32 @@ +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://arm-nolibfloat.patch;patch=1 \ + file://arm-softfloat.patch;patch=1 \ +# file://gcc-4.3.1-SYSROOT_CFLAGS_FOR_TARGET.patch;patch=1 \ +# file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch;patch=1 \ + file://gcc-flags-for-build.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 |