summaryrefslogtreecommitdiffstats
path: root/config/setup
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-12-19 10:46:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-12-19 10:46:44 +0000
commit348751a9774dcab7b75049b4980ff40b7df58f0f (patch)
treef54de8235f90283f3f5217e4d3cf65c74bcea963 /config/setup
parent69d1f77d5dea031fcfad211e15ba36e896cf1a31 (diff)
downloadptxdist-348751a9774dcab7b75049b4980ff40b7df58f0f.tar.gz
ptxdist-348751a9774dcab7b75049b4980ff40b7df58f0f.tar.xz
* 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
Diffstat (limited to 'config/setup')
-rw-r--r--config/setup/Kconfig59
1 files changed, 36 insertions, 23 deletions
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