diff mbox

gdb: apply post-patch hook on both the host and target builds

Message ID 1369695825-5789-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit adaff0dfeac2964c8cc15d9d9b900d7f69abc23c
Headers show

Commit Message

Thomas Petazzoni May 27, 2013, 11:03 p.m. UTC
When a Xtensa specific patch needs to be applied, it should be applied
both when doing the target and the host build.

This change is part of the effort to remove the differences between
host and target post-extract and post-patch hooks, that are
problematic for the out-of-tree support.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/gdb/gdb.mk |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 28, 2013, 6:50 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> When a Xtensa specific patch needs to be applied, it should be applied
 Thomas> both when doing the target and the host build.

 Thomas> This change is part of the effort to remove the differences between
 Thomas> host and target post-extract and post-patch hooks, that are
 Thomas> problematic for the out-of-tree support.

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 398ef7b..5f4a753 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -48,6 +48,7 @@  define GDB_XTENSA_PRE_PATCH
 	tar xf $(BR2_XTENSA_OVERLAY_DIR)/xtensa_$(XTENSA_CORE_NAME).tar \
 		-C $(@D) --strip-components=1 gdb
 endef
+GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
 HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
 endif