diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-17 22:26:22 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-17 22:26:22 +0100 |
commit | 051f59ecc15130fb88187c4c6b602801cbb40c79 (patch) | |
tree | 3b745f70162261aa1a5aea940d20b4bb3c78d29f /packages/gcc/gcc-csl-arm-2008q3.inc | |
parent | 6362c83899bb5f169d75678fabdead7083cbccd5 (diff) |
gcc csl 2008q3: add fix for http://hardwarebug.org/2008/10/11/codesourcery-gcc-2008q3-fail/
Diffstat (limited to 'packages/gcc/gcc-csl-arm-2008q3.inc')
-rw-r--r-- | packages/gcc/gcc-csl-arm-2008q3.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gcc/gcc-csl-arm-2008q3.inc b/packages/gcc/gcc-csl-arm-2008q3.inc index 8985a7cbff..059c74210c 100644 --- a/packages/gcc/gcc-csl-arm-2008q3.inc +++ b/packages/gcc/gcc-csl-arm-2008q3.inc @@ -6,11 +6,12 @@ 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-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 \ +# file://gcc-flags-for-build.patch;patch=1 \ " |