From 1d351ecaac125d9d7a88b2f7cde2a831a674281a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 10 Apr 2014 16:16:17 +0200 Subject: doc: fix make help for CROSS_COMPILE option One doesn't need to specify a path for the CROSS_COMPILE option but a prefix identifying the target architecture. Signed-off-by: Christian Wiese Signed-off-by: Daniel Borkmann --- Misc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Misc') diff --git a/Misc b/Misc index c71767d..f77aad0 100644 --- a/Misc +++ b/Misc @@ -105,7 +105,7 @@ help: $(Q)echo " HARDENING=1 - Enable GCC hardening of executables" $(Q)echo " PREFIX=/path - Install path prefix" $(Q)echo " DESTDIR=/path - Alternative install destination path" - $(Q)echo " CROSS_COMPILE=/path-prefix - Kernel-like cross-compiling prefix" + $(Q)echo " CROSS_COMPILE=arch-prefix - Kernel-like cross-compiling architecture prefix" $(Q)echo " CROSS_LD_LIBRARY_PATH=/path - Library search path for cross-compiling" $(Q)echo " CC=cgcc - Use sparse compiler wrapper" $(Q)echo " CFLAGS=\"-O2 -Wall ...\" - Overwrite CFLAGS for compilation" -- cgit v1.2.3-54-g00ecf