diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-08 09:12:33 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:26 -0800 |
commit | e5f5090cc011d25a872973870a738181bbe12724 (patch) | |
tree | 62189487b6d932a501ca9ca6c84610fcd8aa89d9 /meta/recipes-devtools/gdb/gdb.inc | |
parent | 5319e5f05ddf1d219bbad5123d9b6f74f3d437d2 (diff) | |
download | openembedded-core-e5f5090cc011d25a872973870a738181bbe12724.tar.gz openembedded-core-e5f5090cc011d25a872973870a738181bbe12724.tar.bz2 openembedded-core-e5f5090cc011d25a872973870a738181bbe12724.zip |
gdb upgrade from 7.1 to 7.2
Add new patch:
gdb/fix_for_build_error_internal_error_call.patch : this avoids a
build error.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 0ddd90b191..efa3cbffe4 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc @@ -3,7 +3,8 @@ require gdb-common.inc inherit gettext SRC_URI += "file://kill_arm_map_symbols.patch \ - file://gdbserver-cflags-last.diff;striplevel=0 " + file://gdbserver-cflags-last.diff;striplevel=0 \ + file://fix_for_build_error_internal_error_call.patch " #LDFLAGS_append = " -s" #export CFLAGS_append=" -L${STAGING_LIBDIR}" |