diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-22 08:25:26 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-22 08:25:26 +0000 |
commit | 7d0d3e265b9c9c96d33e23de8fb2ac3430fdd036 (patch) | |
tree | 69b8bcb91116eb8a5ca8bd0672fc07268d6d3b73 | |
parent | 657341762a85e9cf98ffb6f1f451da60ee60e6fa (diff) | |
download | busybox-7d0d3e265b9c9c96d33e23de8fb2ac3430fdd036.tar.gz |
- reformat help text
-rw-r--r-- | Config.in | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -402,9 +402,12 @@ config CROSS_COMPILER_PREFIX help If you want to build BusyBox with a cross compiler, then you will need to set this to the cross-compiler prefix, for example, - "i386-uclibc-". Note that CROSS_COMPILE environment variable - or "make CROSS_COMPILE=xxx ..." will override this selection. - For native build leave it empty. + "i386-uclibc-". + + Note that CROSS_COMPILE environment variable or + "make CROSS_COMPILE=xxx ..." will override this selection. + + Native builds leave this empty. endmenu |