We need this for the run-time endianness check to pass. Add supported clock monotonic while we're at it. --- configure | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 8267e1c..caaf30e 100755 --- a/configure +++ b/configure @@ -227,9 +227,11 @@ CYGWIN*) ;; Android) output_sym "CONFIG_32BIT" + output_sym "CONFIG_LITTLE_ENDIAN" output_sym "CONFIG_SOCKLEN_T" output_sym "CONFIG_GETTIMEOFDAY" output_sym "CONFIG_CLOCK_GETTIME" + output_sym "CONFIG_CLOCK_MONOTONIC" echo "CC=$cc" >> $config_host_mak echo "EXTFLAGS=$CFLAGS -include config-host.h -DFIO_NO_HAVE_SHM_H -D_GNU_SOURCE" >> $config_host_mak exit 0 -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html