summaryrefslogtreecommitdiff
path: root/scripts/build/debug/300-gdb.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-10-29 23:23:51 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-10-29 23:23:51 (GMT)
commit79243c2f8df520a9e6743e224dbfe111a600c036 (patch)
treea10afceabe544efaa0d55c26c2b1f2d1f16258c9 /scripts/build/debug/300-gdb.sh
parent35f55a749584be11c424cc9bda779283d326dfff (diff)
debug/gdb: remove ncurses cleanup
That's legacy code that was usefull when ncurses was installed in the sysroot. Still it's not longer the case (it's installed in a special dedicated directory), we can remove that piece of code. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/build/debug/300-gdb.sh')
-rw-r--r--scripts/build/debug/300-gdb.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
index 22fcfec..6c76334 100644
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -357,15 +357,6 @@ do_debug_gdb_build() {
unset ac_cv_func_strncmp_works
- # GDB on Mingw depends on PDcurses, not ncurses
- if [ "${CT_MINGW32}" != "y" ]; then
- CT_DoLog EXTRA "Cleaning up ncurses"
- cd "${CT_BUILD_DIR}/build-ncurses"
- CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" uninstall
-
- CT_DoExecLog DEBUG rm -rf "${CT_BUILD_DIR}/ncurses"
- fi
-
CT_EndStep # native gdb build
fi