summaryrefslogtreecommitdiff
path: root/gdb/python/py-function.c
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-01-07 17:09:23 +0100
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-03-13 11:03:27 +0100
commit7ab8e6953ac1e0ece4132bb6684e8c8e46caae0b (patch)
tree0c85bf9620053f22c0b1cc413073afe263b311e9 /gdb/python/py-function.c
parent899016d49d289757372459f72d642a4c6b3b7732 (diff)
gdb: Allow to provide path via --with-mpfr.
The configure file in gdb/ allows to specify if mpfr should be used or not by setting --with-mpfr to either 'yes' or 'no'. If enabled, it relies on AC_LIB_HAVE_LINKFLAGS() to do the right thing. However, in certain environments we don't want to rely on that. Instead we want to explicitly specify the lib and include path for MPFR (and its dependency GMP). This patch allows to specify the relevant paths via --with-mpfr=PATH and --with-gmp=PATH just like the toplevel configure does. Signed-off-by: Christoph Muellner <christoph.muellner@theobroma-systems.com>
Diffstat (limited to 'gdb/python/py-function.c')
0 files changed, 0 insertions, 0 deletions