mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
gdb: fix build of host-gdb 7.4
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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
ed56f35cbf
commit
21aaa85608
@ -50,6 +50,9 @@ GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
|
|||||||
HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
|
HOST_GDB_PRE_PATCH_HOOKS += GDB_XTENSA_PRE_PATCH
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HOST_GDB_CONF_ENV = \
|
||||||
|
ac_cv_prog_MAKEINFO=missing
|
||||||
|
|
||||||
GDB_CONF_ENV = \
|
GDB_CONF_ENV = \
|
||||||
ac_cv_prog_MAKEINFO=missing \
|
ac_cv_prog_MAKEINFO=missing \
|
||||||
ac_cv_type_uintptr_t=yes \
|
ac_cv_type_uintptr_t=yes \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user