diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-12 19:52:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-12 19:52:29 +0000 |
commit | f458615859f8ce14c0d42a70fb06c628a54b9e96 (patch) | |
tree | 343bbb0a5a14a0df82a83eb6cf08335cc8f3e3fb /packages/gcc/gcc-csl-arm-2007q3.inc | |
parent | 500773fabd0af9c1e1a7fd358a20cfadbf3e6bc4 (diff) |
gcc csl 2007q3: add patch to fix segfaults when using -Os
Diffstat (limited to 'packages/gcc/gcc-csl-arm-2007q3.inc')
-rw-r--r-- | packages/gcc/gcc-csl-arm-2007q3.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-csl-arm-2007q3.inc b/packages/gcc/gcc-csl-arm-2007q3.inc index 601b4f0110..a3da6c9ca3 100644 --- a/packages/gcc/gcc-csl-arm-2007q3.inc +++ b/packages/gcc/gcc-csl-arm-2007q3.inc @@ -30,6 +30,7 @@ SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-20 # file://fortran-static-linking.patch;patch=1 \ # file://gcc-configure-no-fortran.patch;patch=1;pnum=1 \ # file://gcc-new-makeinfo.patch;patch=1 \ + file://gcc-Os-fix.diff;patch=1 \ " |