diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-03-27 00:40:32 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-28 22:07:21 +0200 |
commit | a76367d63941ec3f8c170d971161bfbfb9d31b34 (patch) | |
tree | 5432e372034c26198577b85aaeace3caaff9242d /package/python/0033-Add-an-option-to-disable-readline-module.patch | |
parent | a8a2e5288ed4704907383b10bab704fca211f5db (diff) | |
download | buildroot-a76367d63941ec3f8c170d971161bfbfb9d31b34.tar.gz buildroot-a76367d63941ec3f8c170d971161bfbfb9d31b34.zip |
gdb: pass gdb_cv_prfpregset_t_broken=no
Starting with glibc 2.25, the proc_service.h header has been copied
from gdb to glibc so other tools can use it. However, that makes it
necessary to make sure that declaration of prfpregset_t declaration
is consistent between gdb and glibc. In gdb, however, there is a
workaround for a broken prfpregset_t declaration in glibc 2.3 which
uses AC_TRY_RUN to detect if it's needed, which doesn't work in
cross-compilation. So pass the cache option to configure.
It needs to be passed to GDB_CONF_ENV to build gdbserver only but
also to GDB_MAKE_ENV, because otherwise it does not get passed to the
configure script of nested packages while building gdbserver with full
debugger.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python/0033-Add-an-option-to-disable-readline-module.patch')
0 files changed, 0 insertions, 0 deletions