* [PATCH] configure: missing Android config options
@ 2013-02-18 4:17 Aaron Carroll
2013-02-18 8:02 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Aaron Carroll @ 2013-02-18 4:17 UTC (permalink / raw)
To: fio
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] configure: missing Android config options
2013-02-18 4:17 [PATCH] configure: missing Android config options Aaron Carroll
@ 2013-02-18 8:02 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2013-02-18 8:02 UTC (permalink / raw)
To: Aaron Carroll; +Cc: fio
On Mon, Feb 18 2013, Aaron Carroll wrote:
> We need this for the run-time endianness check to pass. Add supported
> clock monotonic while we're at it.
Thanks Aaron, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-18 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-18 4:17 [PATCH] configure: missing Android config options Aaron Carroll
2013-02-18 8:02 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox