diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-03-01 13:58:48 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2008-03-01 13:58:48 +0000 |
commit | a7a15cdd49ee5c04e30f5732f10c5c009088e405 (patch) | |
tree | 01f9101f12eddf5eb1857dc43d5c06c9d301c5e2 /packages/gdb/gdb-cross_6.6.bb | |
parent | e15c35e1b62574a05435b6184a2309b0980ad7e1 (diff) |
gdb-6.6: Added early_debug_in_nptl.patch as recommended in eglibc.org FAQ.
Diffstat (limited to 'packages/gdb/gdb-cross_6.6.bb')
-rw-r--r-- | packages/gdb/gdb-cross_6.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gdb/gdb-cross_6.6.bb b/packages/gdb/gdb-cross_6.6.bb index c6992e4b6a..0fbd11015c 100644 --- a/packages/gdb/gdb-cross_6.6.bb +++ b/packages/gdb/gdb-cross_6.6.bb @@ -1,7 +1,8 @@ require gdb-cross.inc SRC_URI += "file://sim-install-6.6.patch;patch=1" +SRC_URI += "file://early_debug_in_nptl.patch;patch=1;pnum=0" inherit cross -PR = "r1"
\ No newline at end of file +PR = "r2" |