diff options
author | Bernhard Reutner-Fischer | 2006-07-04 08:26:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2006-07-04 08:26:55 +0000 |
commit | 273430aa8d3ca6946bf12267320375dcb4945256 (patch) | |
tree | 61a0837a99fb16a88089507596d786f60ea43c08 /Config.in | |
parent | c773ac8a79b3be93b5ab3930e3896235e7a1578b (diff) | |
download | busybox-273430aa8d3ca6946bf12267320375dcb4945256.zip busybox-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.in | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -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 |