Enable Text User Interface
authorJacek Bukarewicz <j.bukarewicz@samsung.com>
Wed, 18 Dec 2013 15:39:50 +0000 (16:39 +0100)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Dec 2019 04:20:28 +0000 (13:20 +0900)
Enable TUI so it's possible to debug using different layouts
(source/assembly etc.)
This change also uses internal version of readline (ver. 6.0) instead of the one
installed on the system(5.2). This increases size of package by a few hundreds
kilobytes. If readline version is upgraded o 6.0+ it will be possible to use
system readline again (--with-system-readline configure option)

Change-Id: If7327aac8fed9ea05624bb4b56cecf5230f9c929
Signed-off-by: Jacek Bukarewicz <j.bukarewicz@samsung.com>
packaging/gdb.spec

index 68115c8f50fcb8188d74b718f31296bb9787d342..e02c06dc545004f9f9bf7d54b5e2693dd68ae357 100644 (file)
@@ -17,7 +17,6 @@ BuildRequires:  gettext
 BuildRequires:  python-devel
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
-BuildRequires:  readline-devel
 BuildRequires:  rpm-devel
 BuildRequires:  makeinfo
 
@@ -62,9 +61,7 @@ rm -f gdb/doc/*.info-*
        --with-separate-debug-dir=/usr/lib/debug        \
        --disable-sim                                   \
        --disable-rpath                                 \
-       --with-system-readline                          \
        --with-expat                                    \
-       --disable-tui                                   \
        --enable-64-bit-bfd                             \
        --enable-static --disable-shared --enable-debug