kumquat-buildroot/package/gdb
Vicente Olivert Riera e6a29a4f3c gdb: specify where to find lzma libraries
As reported in...

  https://bugs.busybox.net/show_bug.cgi?id=8786

..., gdb fails to build with xz and expat support at the same time when
using an external toolchain.

This is how the problem is shown:

checking for liblzma... no
configure: error: missing liblzma for --with-lzma

And having a deeper look in gdb/config.log we can se a message like this
one:

/lib64/liblzma.so.5: undefined reference to `clock_gettime@GLIBC_2.17'

As Thomas said in the bug report quoted above, that error is related to
the fact that it find the host's lzma.

Adding --with-lzma-prefix=$(STAGING_DIR)/usr to GDB_CONF_OPTS fixes the
problem.

Credit-to: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-03-13 23:17:08 +01:00
..
7.7.1 gdb: add upstream patches to fix musl build 2016-03-05 15:14:40 +01:00
7.8.2 gdb: add upstream patches to fix musl build 2016-03-05 15:14:40 +01:00
7.9.1 gdb: add upstream patches to fix musl build 2016-03-05 15:14:40 +01:00
7.10.1 gdb: backport xtensa NPTL support to 7.10.1 2016-03-10 15:08:06 +01:00
Config.in
Config.in.host toolchain: bump ARC toolchain components to arc-2015.12 2016-02-05 21:48:51 +01:00
gdb-python-config
gdb.hash toolchain: bump ARC toolchain components to arc-2015.12 2016-02-05 21:48:51 +01:00
gdb.mk gdb: specify where to find lzma libraries 2016-03-13 23:17:08 +01:00