mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2543 from susisstrolch/gbd-thread_debugging
gdb: fix thread debugging
This commit is contained in:
commit
906e2a0a34
@ -38,6 +38,11 @@ PKG_AUTORECONF="no"
|
||||
CC_FOR_BUILD="$HOST_CC"
|
||||
CFLAGS_FOR_BUILD="$HOST_CFLAGS"
|
||||
|
||||
pre_configure_target() {
|
||||
strip_gold
|
||||
strip_lto
|
||||
}
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="bash_cv_have_mbstate_t=set \
|
||||
--disable-shared \
|
||||
--enable-static \
|
||||
|
Loading…
x
Reference in New Issue
Block a user