diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index 214c1905e..b6a5d721f 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html @@ -10,6 +10,7 @@ have additions to this FAQ document, we would love to add them,
+ To build busybox with a cross-compiler, specify CROSS_COMPILE=<prefix>. +
++ CROSS_COMPILE specifies the prefix used for all executables used + during compilation. Only gcc and related binutils executables + are prefixed with $(CROSS_COMPILE) in the makefiles. + CROSS_COMPILE can be set on the command line: +
+ make CROSS_COMPILE=arm-linux-uclibcgnueabi- ++ Alternatively CROSS_COMPILE can be set in the environment. + Default value for CROSS_COMPILE is not to prefix executables. +
BusyBox is a package that replaces a dozen standard packages, but it is