From 57a63a8b273487b00c22e697def4f3bfdc3c28be Mon Sep 17 00:00:00 2001 From: zimoch Date: Wed, 23 Nov 2011 09:07:39 +0000 Subject: [PATCH] Allow debugging on host libs --- configure/os/CONFIG.Common.SL5-x86 | 2 ++ configure/os/CONFIG.Common.SL5-x86_64 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure/os/CONFIG.Common.SL5-x86 b/configure/os/CONFIG.Common.SL5-x86 index ff571bf5f..c08cb734c 100644 --- a/configure/os/CONFIG.Common.SL5-x86 +++ b/configure/os/CONFIG.Common.SL5-x86 @@ -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 diff --git a/configure/os/CONFIG.Common.SL5-x86_64 b/configure/os/CONFIG.Common.SL5-x86_64 index 46a40f608..01a6cfd2d 100644 --- a/configure/os/CONFIG.Common.SL5-x86_64 +++ b/configure/os/CONFIG.Common.SL5-x86_64 @@ -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