summaryrefslogtreecommitdiff
path: root/misc/buildroot
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
parent1d4c303a09196b2cadbb90c1c3a412a81c37990e (diff)
downloadpx4-nuttx-e3dbd274922d727842086ad42df644308dfc668d.tar.gz
px4-nuttx-e3dbd274922d727842086ad42df644308dfc668d.tar.bz2
px4-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')
-rw-r--r--misc/buildroot/ChangeLog1
-rw-r--r--misc/buildroot/toolchain/gdb/gdb.mk2
2 files changed, 2 insertions, 1 deletions
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 <spudmonkey@racsa.co.cr>
* 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)