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-273430aa8d3ca6946bf12267320375dcb4945256.tar.gz
- 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
cp, mount, tar, and many others. If you want to access files larger
than 2 Gigabytes, enable this option. Otherwise, leave it set to 'N'.
-config USING_CROSS_COMPILER
- bool "Do you want to build BusyBox with a Cross Compiler?"
- default n
- help
- Do you want to build BusyBox with a Cross Compiler? If so,
- then enable this option. Otherwise leave it set to 'N'.
-
-config CROSS_COMPILER_PREFIX
- string "Cross Compiler prefix"
- default "/usr/i386-linux-uclibc/bin/i386-uclibc-"
- depends on USING_CROSS_COMPILER
- 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,
- if my cross-compiler is /usr/i386-linux-uclibc/bin/i386-uclibc-gcc
- then I would enter '/usr/i386-linux-uclibc/bin/i386-uclibc-' here,
- which will ensure the correct compiler is used.
-
config CONFIG_BUILD_AT_ONCE
bool "Compile all sources at once"
default n