diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 13:37:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-08-21 13:37:47 +0000 |
commit | 6887e77c328a0dd80b6ddd23279bff4e6f7374f3 (patch) | |
tree | e333cf15b2b91e35e8c330997728046006c3e3f7 | |
parent | 20a55b7bffa1d3d6838a907267ac54f73cba38bc (diff) | |
download | busybox-w32-6887e77c328a0dd80b6ddd23279bff4e6f7374f3.tar.gz busybox-w32-6887e77c328a0dd80b6ddd23279bff4e6f7374f3.tar.bz2 busybox-w32-6887e77c328a0dd80b6ddd23279bff4e6f7374f3.zip |
- add note about CONFIG_CROSS_COMPILER_PREFIX while cleanup up markup.
-rw-r--r-- | docs/busybox.net/FAQ.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index 41efaa1a6..fbaec0410 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -180,12 +180,19 @@ within each applet. More build coverage testing.</p></li> | |||
180 | during compilation. Only gcc and related binutils executables | 180 | during compilation. Only gcc and related binutils executables |
181 | are prefixed with $(CROSS_COMPILE) in the makefiles. | 181 | are prefixed with $(CROSS_COMPILE) in the makefiles. |
182 | CROSS_COMPILE can be set on the command line: | 182 | CROSS_COMPILE can be set on the command line: |
183 | </p> | ||
183 | <pre> | 184 | <pre> |
184 | make CROSS_COMPILE=arm-linux-uclibcgnueabi- | 185 | make CROSS_COMPILE=arm-linux-uclibcgnueabi- |
185 | </pre> | 186 | </pre> |
187 | <p> | ||
186 | Alternatively CROSS_COMPILE can be set in the environment. | 188 | Alternatively CROSS_COMPILE can be set in the environment. |
187 | Default value for CROSS_COMPILE is not to prefix executables. | 189 | Default value for CROSS_COMPILE is not to prefix executables. |
188 | </p> | 190 | </p> |
191 | <p> | ||
192 | To store the cross-compiler in your .config, set the variable | ||
193 | CONFIG_CROSS_COMPILER_PREFIX accordingly in menuconfig or by | ||
194 | editing the .config file. | ||
195 | </p> | ||
189 | 196 | ||
190 | <hr /> | 197 | <hr /> |
191 | <h2><a name="build_system">How do I build a BusyBox-based system?</a></h2> | 198 | <h2><a name="build_system">How do I build a BusyBox-based system?</a></h2> |