diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -289,24 +289,6 @@ config CONFIG_LFS | |||
289 | cp, mount, tar, and many others. If you want to access files larger | 289 | cp, mount, tar, and many others. If you want to access files larger |
290 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. | 290 | than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'. |
291 | 291 | ||
292 | config USING_CROSS_COMPILER | ||
293 | bool "Do you want to build BusyBox with a Cross Compiler?" | ||
294 | default n | ||
295 | help | ||
296 | Do you want to build BusyBox with a Cross Compiler? If so, | ||
297 | then enable this option. Otherwise leave it set to 'N'. | ||
298 | |||
299 | config CROSS_COMPILER_PREFIX | ||
300 | string "Cross Compiler prefix" | ||
301 | default "/usr/i386-linux-uclibc/bin/i386-uclibc-" | ||
302 | depends on USING_CROSS_COMPILER | ||
303 | help | ||
304 | If you want to build BusyBox with a cross compiler, then you | ||
305 | will need to set this to the cross-compiler prefix. For example, | ||
306 | if my cross-compiler is /usr/i386-linux-uclibc/bin/i386-uclibc-gcc | ||
307 | then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here, | ||
308 | which will ensure the correct compiler is used. | ||
309 | |||
310 | config CONFIG_BUILD_AT_ONCE | 292 | config CONFIG_BUILD_AT_ONCE |
311 | bool "Compile all sources at once" | 293 | bool "Compile all sources at once" |
312 | default n | 294 | default n |