aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-07-04 08:26:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-07-04 08:26:55 +0000
commit273430aa8d3ca6946bf12267320375dcb4945256 (patch)
tree61a0837a99fb16a88089507596d786f60ea43c08 /Config.in
parentc773ac8a79b3be93b5ab3930e3896235e7a1578b (diff)
downloadbusybox-w32-273430aa8d3ca6946bf12267320375dcb4945256.tar.gz
busybox-w32-273430aa8d3ca6946bf12267320375dcb4945256.tar.bz2
busybox-w32-273430aa8d3ca6946bf12267320375dcb4945256.zip
- Pull r15593:
Rename to CROSS_COMPILE and move its configuration to .config.mak. (Shaun Jackman)
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/Config.in b/Config.in
index b664508f6..3a661e274 100644
--- a/Config.in
+++ b/Config.in
@@ -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
292config 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
299config 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
310config CONFIG_BUILD_AT_ONCE 292config CONFIG_BUILD_AT_ONCE
311 bool "Compile all sources at once" 293 bool "Compile all sources at once"
312 default n 294 default n