genfio: Splitting gen_template in 2 parts
[fio.git] / README
diff --git a/README b/README
index 7df6306bd424d2e4492d31b93d094137d6a242db..15a07318ca73a35879940b8e751459b5f2f2269b 100644 (file)
--- a/README
+++ b/README
@@ -96,6 +96,11 @@ For gfio, you need gtk 2.18 or newer and associated glib threads
 and cairo. gfio isn't built automatically, it needs to be enabled
 with a --enable-gfio option to configure.
 
+To build FIO with a cross-compiler:
+ $ make clean
+ $ make CROSS_COMPILE=/path/to/toolchain/prefix
+Configure will attempt to determine the target platform automatically.
+
 
 Windows
 -------
@@ -150,6 +155,7 @@ $ fio
        --eta=when              When ETA estimate should be printed
                                May be "always", "never" or "auto"
        --eta-newline=time      Force a new line for every 'time' period passed
+       --status-interval=t     Force full status dump every 't' period passed
        --section=name          Only run specified section in job file.
                                Multiple sections can be specified.
        --alloc-size=kb         Set smalloc pool to this size in kb (def 1024)