Merge pull request #2543 from susisstrolch/gbd-thread_debugging

gdb: fix thread debugging
This commit is contained in:
Stefan Saraev 2013-08-28 07:33:46 -07:00
commit 906e2a0a34

View File

@ -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 \