Skip to content

Commit

Permalink
doc: fix make help for CROSS_COMPILE option
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
  • Loading branch information
morfoh authored and borkmann committed Apr 10, 2014
1 parent 104af10 commit 1d351ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Misc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1d351ec

Please sign in to comment.