Allow debugging on host libs

This commit is contained in:
zimoch
2011-11-23 09:07:39 +00:00
parent 004e5d03a3
commit 57a63a8b27
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# Include definitions common to linux pentium targets
include $(CONFIG)/os/CONFIG.Common.linux-686
COMMANDLINE_LIBRARY = READLINE_NCURSES
HOST_OPT=NO
+2
View File
@@ -1,3 +1,5 @@
# Include definitions common to linux pentium targets
include $(CONFIG)/os/CONFIG.Common.linux-x86_64
COMMANDLINE_LIBRARY = READLINE_NCURSES
HOST_OPT=NO