diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-02 04:09:03 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-08-02 04:17:44 +0200 |
commit | d7931d9affb51de54069b75ae0ae9648ffdd64fc (patch) | |
tree | c4506ffd8c451bc808e356726f608cd855426143 /recipes/gdb/gdb_6.8.bb | |
parent | 5473be7cf9cb34e98539101adda3cf316dd61478 (diff) |
gdb: Add a patch to fix compilation of gdb 6.8
gcc warns about the subscript_array being uninitialized,
just memset this area... luckily I can not break much as
this is for fortran code.
Diffstat (limited to 'recipes/gdb/gdb_6.8.bb')
-rw-r--r-- | recipes/gdb/gdb_6.8.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gdb/gdb_6.8.bb b/recipes/gdb/gdb_6.8.bb index afa4286c2e..ff14c0f31f 100644 --- a/recipes/gdb/gdb_6.8.bb +++ b/recipes/gdb/gdb_6.8.bb @@ -1,6 +1,7 @@ require gdb.inc LICENSE = "GPLv3" -SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0" +SRC_URI += "file://gcc-4.3-build-error.patch;patch=1;pnum=0 \ + file://gdb-6.8-fix-compile-karmic.patch;patch=1" PR = "r3" |