From: Aaron Carroll Date: Mon, 15 Apr 2013 06:41:41 +0000 (+0200) Subject: README: quick note on how to cross compile X-Git-Tag: fio-2.1~37 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2382dca70c7ee22aff06c4a5b4685ddb732ed75c;ds=sidebyside README: quick note on how to cross compile Signed-off-by: Aaron Carroll Signed-off-by: Jens Axboe --- diff --git a/README b/README index 7df6306b..3782570e 100644 --- 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 -------