aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli/cli-script.c
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2018-05-04 10:07:58 -0400
committerSimon Marchi <simon.marchi@ericsson.com>2018-05-04 10:08:09 -0400
commitbf27f0e2c76839af8524e053cca271934150a90c (patch)
treefae5cc97580cdf5b61489be7610f0124187c342e /gdb/cli/cli-script.c
parent089a949083dcd5c679376033e975d54093007408 (diff)
downloadbinutils-bf27f0e2c76839af8524e053cca271934150a90c.zip
binutils-bf27f0e2c76839af8524e053cca271934150a90c.tar.gz
binutils-bf27f0e2c76839af8524e053cca271934150a90c.tar.bz2
configure uses incorrect link order when testing libpython
References: https://stackoverflow.com/a/49868387 https://sourceware.org/bugzilla/show_bug.cgi?id=11420 Configure uses "gcc -o conftest -g ... conftest.c -ldl -lncurses -lm -ldl ... -lpthread ... -lpython2.7" when deciding whether give libpython is usable. That of course is the wrong link order, and only works for shared libraries (mostly by accident), and only on some systems. gdb/ChangeLog: PR gdb/11420 * configure.ac: Prepend libpython. * python/python-config.py: Likewise. * configure: Regenerate.
Diffstat (limited to 'gdb/cli/cli-script.c')
0 files changed, 0 insertions, 0 deletions