gdb: Add comment explaining autoconf variables

This commit is contained in:
Fredrik Fornwall 2016-03-10 15:18:35 -05:00
parent d6012486a5
commit 03e92e97aa
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ TERMUX_PKG_BUILD_IN_SRC="yes"
# For frexp(3) usage:
LDFLAGS+=" -lm"
# Fix "undefined reference to 'rpl_gettimeofday'" when building on x86:
export gl_cv_func_gettimeofday_clobber=no
export gl_cv_func_gettimeofday_posix_signature=yes