aboutsummaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-03 10:22:38 -0700
committerGitHub <noreply@github.com>2017-04-03 10:22:38 -0700
commit9571a97a4d2e3aedc5fa6807a920c619b9467c77 (patch)
tree32773c921778f631487c227255e5c9ffc543e017 /config/debug
parent8aab16323219b37902c680bb332ad748dc7d5890 (diff)
parent0fc6f1c47e1ea3f18c4c30f834c9ae4bb3913aa9 (diff)
downloadcrosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.tar.gz
crosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.tar.bz2
crosstool-ng-9571a97a4d2e3aedc5fa6807a920c619b9467c77.zip
Merge pull request #672 from stilor/freebsd-fixes
Freebsd fixes
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/gdb.in.cross16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/debug/gdb.in.cross b/config/debug/gdb.in.cross
index 3053f713..e1935488 100644
--- a/config/debug/gdb.in.cross
+++ b/config/debug/gdb.in.cross
@@ -50,6 +50,22 @@ config GDB_CROSS_PYTHON
have been reports of problems when linking gdb to the static
libpython.a. This should be fixed in gdb >=7.3. YMMV.
+config GDB_CROSS_PYTHON_BINARY
+ string "Python binary to use"
+ depends on GDB_CROSS_PYTHON
+ help
+ The path to a binary passed to GDB configure. You may need to
+ specify this if Python is not available under the default name
+ (i.e. 'python'). By default, crosstool-NG will try python, python3
+ and python2, in that order.
+
+ To use this option in a canadian/cross-native build, you will
+ need to provide a helper script that will report the compilation
+ and linking flags for the host's Python, since configure script
+ will not be able to run the interpreter and query it. See the
+ help message in gdb's configure script for the --with-python option
+ for further guidance.
+
config GDB_CROSS_EXTRA_CONFIG_ARRAY
string
prompt "Cross-gdb extra config"