From 6102726147a6e81fd7ec209db14337055a99b84b Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sat, 7 Nov 2015 23:31:46 -0800 Subject: Change ncurses to a companion library. Currently, builds for build and target (matching the current implementation). Need to add building for host for canadian crosses. TIC_PATH is removed - configure in ncurses searches $PATH, so it finds 'tic' in buildtools anyway. Arguably unneeded code for MacOS also removed, with a FIXME comment for validation by someone using MacOS. Signed-off-by: Alexey Neyman --- config/debug/gdb.in.native | 1 + 1 file changed, 1 insertion(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index 4f7e96a0..1861506b 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -6,6 +6,7 @@ config GDB_NATIVE depends on ! BARE_METAL depends on ! BACKEND select EXPAT_TARGET + select NCURSES_TARGET help Build and install a native gdb for the target, to run on the target. -- cgit v1.2.3