kumquat-buildroot/package/gdb
Romain Naour 560334bb2a package/gdb: fix gnulib issue with musl and uClibc toolchains
Starting with gdb 7.11, the bundled gnulib want to use rpl_gettimeofday
(gettimeofday replacement) due bad guessing when cross-compiling with musl
and uClibc toolchains. Instead of patching gnulib configure script to fix
the test, use gl_cv_func_gettimeofday_clobber=no to not use rpl_gettimeofday.

Thanks to Thomas Petazzoni to suggest this patch.

Reported upstream:
https://sourceware.org/bugzilla/show_bug.cgi?id=19798

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-24 21:52:29 +02:00
..
7.9.1
7.10.1 package/gdb: gdbserver: add missing header 2016-07-24 15:45:08 +02:00
Config.in
Config.in.host gdb: do not allow selecting the simulator on ARC 2016-06-15 23:10:31 +02:00
gdb-python-config
gdb.hash
gdb.mk package/gdb: fix gnulib issue with musl and uClibc toolchains 2016-07-24 21:52:29 +02:00