cross-compilation: use $host instead of $target
[urcu.git] / README
diff --git a/README b/README
index af0a9c2d3d50b13c8057f4eb65aeb7df8bea74bb..58ce031db89131862b05fb21b7004c883e433900 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ BUILDING
                * CFLAGS="-m64 -g -O2" ./configure
 
                Forcing a 32-bit build with 386 backward compatibility:
-               * CFLAGS="-m32 -g -O2" ./configure --target=i386-pc-linux-gnu
+               * CFLAGS="-m32 -g -O2" ./configure --host=i386-pc-linux-gnu
 
 ARCHITECTURES SUPPORTED
 -----------------------
This page took 0.022576 seconds and 4 git commands to generate.