summaryrefslogtreecommitdiff
path: root/misc/buildroot/toolchain
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-30 22:53:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-30 22:53:45 +0000
commite3dbd274922d727842086ad42df644308dfc668d (patch)
treeff2d458542e23694dd2bc24e51d06fe99e33b1cc /misc/buildroot/toolchain
parent1d4c303a09196b2cadbb90c1c3a412a81c37990e (diff)
downloadnuttx-e3dbd274922d727842086ad42df644308dfc668d.tar.gz
nuttx-e3dbd274922d727842086ad42df644308dfc668d.tar.bz2
nuttx-e3dbd274922d727842086ad42df644308dfc668d.zip
Remove ncurses from gdb_target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2898 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/toolchain')
-rw-r--r--misc/buildroot/toolchain/gdb/gdb.mk2
1 files changed, 1 insertions, 1 deletions
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)