From 627477a4f732b8740b0da922ba296c62517efb79 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Sat, 20 Jan 2024 21:43:17 +0800 Subject: [PATCH] toolchain: gdb: fix optional python support --- toolchain/Config.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toolchain/Config.in b/toolchain/Config.in index dfc65c8f1..6d3cc0a20 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -329,14 +329,6 @@ config USE_LLVM_BUILD default y if !DEVEL && BUILDBOT select HAS_BPF_TOOLCHAIN bool - -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)