From 273430aa8d3ca6946bf12267320375dcb4945256 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 4 Jul 2006 08:26:55 +0000 Subject: - Pull r15593: Rename to CROSS_COMPILE and move its configuration to .config.mak. (Shaun Jackman) --- Config.in | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Config.in') 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 -- cgit v1.2.3