From e3dbd274922d727842086ad42df644308dfc668d Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Aug 2010 22:53:45 +0000 Subject: Remove ncurses from gdb_target git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2898 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/ChangeLog | 1 + misc/buildroot/toolchain/gdb/gdb.mk | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/buildroot') diff --git a/misc/buildroot/ChangeLog b/misc/buildroot/ChangeLog index f457a30bb..656c46dfd 100644 --- a/misc/buildroot/ChangeLog +++ b/misc/buildroot/ChangeLog @@ -69,4 +69,5 @@ buildroot-1.9 2010-xx-xx * configs/arm926t-defconfig-4.3.3: update arm926t-defconfig-4.2.4 * configs/arm926t-defconfig-nxflat: NXFLAT-only configuration for arm926 + * toolchain/gdb/gdb.mk - Remove ncurses dependency from gdb_target target. diff --git a/misc/buildroot/toolchain/gdb/gdb.mk b/misc/buildroot/toolchain/gdb/gdb.mk index 5a7c9acf2..5417685d9 100644 --- a/misc/buildroot/toolchain/gdb/gdb.mk +++ b/misc/buildroot/toolchain/gdb/gdb.mk @@ -93,7 +93,7 @@ $(GDB_TARGET_DIR)/gdb/gdb: $(GDB_TARGET_DIR)/.configured $(TARGET_DIR)/usr/bin/gdb: $(GDB_TARGET_DIR)/gdb/gdb install -c -D $(GDB_TARGET_DIR)/gdb/gdb $(TARGET_DIR)/usr/bin/gdb -gdb_target: ncurses $(TARGET_DIR)/usr/bin/gdb +gdb_target: $(TARGET_DIR)/usr/bin/gdb gdb_target-source: $(DL_DIR)/$(GDB_SOURCE) -- cgit v1.2.3