From 348751a9774dcab7b75049b4980ff40b7df58f0f Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Fri, 19 Dec 2008 10:46:44 +0000 Subject: * config/setup/Kconfig: add HOST_CC HOST_CXX options git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9242 33e552b5-05e3-0310-8538-816dae2090ed --- config/setup/Kconfig | 59 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 36 insertions(+), 23 deletions(-) (limited to 'config/setup') diff --git a/config/setup/Kconfig b/config/setup/Kconfig index df0be4ba9..323cbd96c 100644 --- a/config/setup/Kconfig +++ b/config/setup/Kconfig @@ -65,33 +65,33 @@ endmenu menu "Mirrors " config SETUP_DEBMIRROR - string - default "http://ftp.uni-kl.de/debian" - prompt "Debian Pool Mirror" - help - The Debian pool mirror to use for downloading various + string + default "http://ftp.uni-kl.de/debian" + prompt "Debian Pool Mirror" + help + The Debian pool mirror to use for downloading various components of the target root filesystem. config SETUP_SFMIRROR - string - default "http://surfnet.dl.sourceforge.net/sourceforge" - prompt "Sourceforge Mirror" - help - For all Sourceforge related packages enter an available mirror here. + string + default "http://surfnet.dl.sourceforge.net/sourceforge" + prompt "Sourceforge Mirror" + help + For all Sourceforge related packages enter an available mirror here. config SETUP_GNUMIRROR - string - default "http://ftp.uni-kl.de/pub/gnu" - prompt "GNU.org Mirror" - help - For all GNU.org related packages enter an available mirror here. + string + default "http://ftp.uni-kl.de/pub/gnu" + prompt "GNU.org Mirror" + help + For all GNU.org related packages enter an available mirror here. config SETUP_XORGMIRROR - string - default "http://ftp.gwdg.de/pub/x11/x.org/pub" - prompt "x.org Mirror" - help - For all x.org related packages enter an available mirror here. + string + default "http://ftp.gwdg.de/pub/x11/x.org/pub" + prompt "x.org Mirror" + help + For all x.org related packages enter an available mirror here. endmenu @@ -126,12 +126,25 @@ endmenu menu "Developer Options " #config SETUP_CHECK_OMIT_CASE -# bool "don't check for case sensitive file system" +# bool "don't check for case sensitive file system" #config SETUP_CHECK_OMIT_SPACES -# bool "don't check for spaces in important directories" +# bool "don't check for spaces in important directories" config SETUP_CHECK_EXIT_ON_ERROR - bool "enable exit on error" + bool "enable exit on error" + +config SETUP_CCACHE + bool "use ccache" + +config SETUP_HOST_CC + prompt "host CC" + string + default "gcc" + +config SETUP_HOST_CXX + prompt "host CXX" + string + default "g++" endmenu -- cgit v1.2.3