diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-04 08:26:55 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-07-04 08:26:55 +0000 |
commit | 216d2306ab1c4c3896f58931ecf57092e2faad25 (patch) | |
tree | 61a0837a99fb16a88089507596d786f60ea43c08 /Config.in | |
parent | 2c91a038489c908d9122b213c76423adb6be885d (diff) | |
download | busybox-w32-216d2306ab1c4c3896f58931ecf57092e2faad25.tar.gz busybox-w32-216d2306ab1c4c3896f58931ecf57092e2faad25.tar.bz2 busybox-w32-216d2306ab1c4c3896f58931ecf57092e2faad25.zip |
- Pull r15593:
Rename to CROSS_COMPILE and move its configuration to .config.mak. (Shaun Jackman)
git-svn-id: svn://busybox.net/trunk/busybox@15594 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 |