Loading toolchain/gdb/Config.in +2 −0 Original line number Diff line number Diff line Loading @@ -7,12 +7,14 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" default n select BR2_PACKAGE_NCURSES help Enable the gdb debugger. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" default n select BR2_PACKAGE_NCURSES help Enable the gdb debugger. Loading toolchain/gdb/gdb.mk +8 −8 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured $(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb install -c $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb gdb_target: $(TARGET_DIR)/usr/bin/gdb gdb_target: ncurses-headers $(TARGET_DIR)/usr/bin/gdb gdb_target-source: $(DL_DIR)/$(GDB_SOURCE) Loading Loading @@ -135,7 +135,7 @@ $(GDB_SERVER_DIR)/gdbserver: $(GDB_SERVER_DIR)/.configured $(TARGET_DIR)/usr/bin/gdbserver: $(GDB_SERVER_DIR)/gdbserver install -c $(GDB_SERVER_DIR)/gdbserver $(TARGET_DIR)/usr/bin/gdbserver gdbserver: $(TARGET_DIR)/usr/bin/gdbserver gdbserver: ncurses-headers $(TARGET_DIR)/usr/bin/gdbserver gdbserver-clean: $(MAKE) -C $(GDB_SERVER_DIR) clean Loading Loading
toolchain/gdb/Config.in +2 −0 Original line number Diff line number Diff line Loading @@ -7,12 +7,14 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" default n select BR2_PACKAGE_NCURSES help Enable the gdb debugger. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" default n select BR2_PACKAGE_NCURSES help Enable the gdb debugger. Loading
toolchain/gdb/gdb.mk +8 −8 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured $(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb install -c $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb gdb_target: $(TARGET_DIR)/usr/bin/gdb gdb_target: ncurses-headers $(TARGET_DIR)/usr/bin/gdb gdb_target-source: $(DL_DIR)/$(GDB_SOURCE) Loading Loading @@ -135,7 +135,7 @@ $(GDB_SERVER_DIR)/gdbserver: $(GDB_SERVER_DIR)/.configured $(TARGET_DIR)/usr/bin/gdbserver: $(GDB_SERVER_DIR)/gdbserver install -c $(GDB_SERVER_DIR)/gdbserver $(TARGET_DIR)/usr/bin/gdbserver gdbserver: $(TARGET_DIR)/usr/bin/gdbserver gdbserver: ncurses-headers $(TARGET_DIR)/usr/bin/gdbserver gdbserver-clean: $(MAKE) -C $(GDB_SERVER_DIR) clean Loading