aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorHauke Mehrtens <hmehrtens@maxlinear.com>2021-05-28 18:35:40 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-06-06 00:26:13 +0200
commit74417f8b3a803c59995887e20437394e1abeaaa2 (patch)
tree951ca6f60a2f4825683d4f4f9918ac37b4055032 /toolchain/Config.in
parent6fb27e8e6d05ed426f200242fdc1710f6f849127 (diff)
downloadupstream-74417f8b3a803c59995887e20437394e1abeaaa2.tar.gz
upstream-74417f8b3a803c59995887e20437394e1abeaaa2.tar.bz2
upstream-74417f8b3a803c59995887e20437394e1abeaaa2.zip
toolchain: gdb: Add optional python support
Compile gdb with python support optionally. To use the Python support in gdb some extra python files are needed, install them too. While at it also install other shared files which we did not install before. If gdb is built without Python support the python folder does not exists. Signed-off-by: Hauke Mehrtens <hmehrtens@maxlinear.com>
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 6dda9af92d..8ff5438d79 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -259,6 +259,14 @@ config GDB
help
Enable if you want to build the gdb.
+config GDB_PYTHON
+ bool
+ depends on GDB
+ prompt "Build gdb with python binding"
+
+ help
+ Enable the python bindings for GDB to allow using python in the gdb shell.
+
config USE_GLIBC
default y if !TOOLCHAINOPTS && !EXTERNAL_TOOLCHAIN && !NATIVE_TOOLCHAIN && (arc)
bool