Commit 6823c00e authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

Documentation: remove the linker command line switch --static from the final…

Documentation: remove the linker command line switch --static from the final step described in the cross-compilation guide

Static linking of the binary criu isn't supported any more.
Reported-by: 's avatarriya khanna <riyakhanna1983@gmail.com>
Signed-off-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 41bd5da8
......@@ -28,4 +28,4 @@ This HOWTO explains how to cross-compile CRIU on x86
12. Compile and install protobuf-c.
13. Compile CRIU:
ARCH=<target arch> CROSS_COMPILE=$TARGET- CFLAGS=`pkg-config --cflags libprotobuf-c` LDFLAGS="`pkg-config --libs libprotobuf-c` --static" make
ARCH=<target arch> CROSS_COMPILE=$TARGET- CFLAGS=`pkg-config --cflags libprotobuf-c` LDFLAGS="`pkg-config --libs libprotobuf-c`" make
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment