From 2382dca70c7ee22aff06c4a5b4685ddb732ed75c Mon Sep 17 00:00:00 2001 From: Aaron Carroll Date: Mon, 15 Apr 2013 08:41:41 +0200 Subject: [PATCH] README: quick note on how to cross compile Signed-off-by: Aaron Carroll Signed-off-by: Jens Axboe --- README | 5 +++++ 1 file changed, 5 insertions(+) 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 ------- -- 2.25.1