From 1e72a886a3eb4d27a5a2c3d6706a1a6a0d10023a Mon Sep 17 00:00:00 2001 From: Aaron Carroll Date: Mon, 18 Feb 2013 08:52:18 +0100 Subject: [PATCH] configure: missing Android config options We need this for the run-time endianness check to pass. Add supported clock monotonic while we're at it. Signed-off-by: Jens Axboe --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 8267e1c0..caaf30e0 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 -- 2.25.1