diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 13:37:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-04 13:37:36 +0200 |
commit | 4fed3d2f26c00198fb12141e2ba47c4633805821 (patch) | |
tree | a30211fffbcb7a6ec95795e3bd4c8af78c0114f9 /package/gdb/patches/patch-gdb_config_i386_linux_mh | |
parent | a1d146466d067c1df66d98cd68716b7c47ff7e9e (diff) |
disable branch trace support for i386/amd64, doesn't compile for musl based systems
Diffstat (limited to 'package/gdb/patches/patch-gdb_config_i386_linux_mh')
-rw-r--r-- | package/gdb/patches/patch-gdb_config_i386_linux_mh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/gdb/patches/patch-gdb_config_i386_linux_mh b/package/gdb/patches/patch-gdb_config_i386_linux_mh new file mode 100644 index 000000000..c137b8a0a --- /dev/null +++ b/package/gdb/patches/patch-gdb_config_i386_linux_mh @@ -0,0 +1,12 @@ +--- gdb-7.6.orig/gdb/config/i386/linux.mh 2013-03-11 09:25:58.000000000 +0100 ++++ gdb-7.6/gdb/config/i386/linux.mh 2013-09-04 13:19:46.000000000 +0200 +@@ -4,8 +4,7 @@ NAT_FILE= config/nm-linux.h + NATDEPFILES= inf-ptrace.o fork-child.o \ + i386-nat.o i386-linux-nat.o \ + proc-service.o linux-thread-db.o \ +- linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o \ +- linux-btrace.o ++ linux-nat.o linux-osdata.o linux-fork.o linux-procfs.o linux-ptrace.o + NAT_CDEPS = $(srcdir)/proc-service.list + + # The dynamically loaded libthread_db needs access to symbols in the |