From 05827f4cb033ad4918c1b018aa279d9d8316f5b7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 15 Mar 2005 23:55:42 +0000 Subject: add a Kconfig option for setting the $(CROSS) build variable --- extra/Configs/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 77487137e..3ff3a5827 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1215,6 +1215,14 @@ endmenu menu "uClibc development/debugging options" +config CROSS_COMPILE + string "Cross-compiling toolchain prefix" + default "" + help + The prefix used to execute your cross-compiling toolchain. For + example, if you run 'arm-linux-uclibc-gcc' to compile something, + then enter 'arm-linux-uclibc-' here. + config DODEBUG bool "Build uClibc with debugging symbols" default n -- cgit v1.2.3