summaryrefslogtreecommitdiff
path: root/packages/gdb/gdb-6.8/gcc-4.3-build-error.patch
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko1
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-12-05gdb, gdb-cross, gdb-cross-sdk 6.8 : Pull in a patch from Ubuntu for gcc-4.3Tom Rini1
gcc-4.3 introduces new warnings for certain risky-in-some-situations behaviors. Previously we had just sed'd out -Werror from gcc-cross-sdk. Now pull in a patch from Ubuntu to fix all these warnings and apply to all gdb 6.8 variants. Bump PR.