Loading package/gdb/gdb.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
package/gdb/gdb.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading