Commit d3fa9141 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

gdb: unbreak host-gdb with python support if python3 is enabled

Fixes http://autobuild.buildroot.net/results/ef4/ef487b495e57f098af0fe9508d430b56b0750339/



Explicitly pass the path to host-python to ensure it gets used.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 6ed31767
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ else
endif

ifeq ($(BR2_PACKAGE_HOST_GDB_PYTHON),y)
	HOST_GDB_CONF_OPTS += --with-python
	HOST_GDB_CONF_OPTS += --with-python=$(HOST_DIR)/usr/bin/python2
	HOST_GDB_DEPENDENCIES += host-python
else
	HOST_GDB_CONF_OPTS += --without-python