projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6573417
)
- reformat help text
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 22 Aug 2008 08:25:26 +0000
(08:25 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 22 Aug 2008 08:25:26 +0000
(08:25 -0000)
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index c2005c78a8fa8e6bfc14df539487c81a9bfeef78..3cb9a4b268af537650e84bafb0100b7ef3fbc5d5 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-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