diff mbox

[1/2] gdb: fix build of host-gdb 7.4

Message ID 1400537239-24812-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 21aaa85608f1a98da7e6df76d1ce274076a03ef5
Headers show

Commit Message

Thomas Petazzoni May 19, 2014, 10:07 p.m. UTC
The build of host-gdb 7.4 fails due to some texinfo issue. To avoid
that, use the same trick as is used for the target variant of gdb:
tell gdb that makeinfo is missing.

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

Comments

Peter Korsgaard May 19, 2014, 10:30 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > The build of host-gdb 7.4 fails due to some texinfo issue. To avoid
 > that, use the same trick as is used for the target variant of gdb:
 > tell gdb that makeinfo is missing.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 678c17c..c3fca40 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -50,6 +50,9 @@  GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
 HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
 endif
 
+HOST_GDB_CONF_ENV = \
+	ac_cv_prog_MAKEINFO=missing
+
 GDB_CONF_ENV = \
 	ac_cv_prog_MAKEINFO=missing \
 	ac_cv_type_uintptr_t=yes \