This commit is contained in:
zhanglianghy 2019-08-30 16:14:34 +08:00
commit ea5903df50
1 changed files with 1 additions and 1 deletions

View File

@ -18085,7 +18085,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_LFS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ENABLE_LFS" >&5
$as_echo "$ENABLE_LFS" >&6; } $as_echo "$ENABLE_LFS" >&6; }
if test "$ENABLE_LFS" = yes; then if test "$ENABLE_LFS" = yes; then
CPPFLAGS="${CPPFLAGS} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES" CPPFLAGS="${CPPFLAGS} -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHOST_TARGET_STR=\"$host_cpu\""
fi fi
if test "$ac_cv_func_sendfile" = yes; then if test "$ac_cv_func_sendfile" = yes; then