summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-06-10 00:47:51 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-06-10 00:47:51 +0000
commitac5a78a14f2f2d0a34a0251e5220a92ac55f5e48 (patch)
treede3e074b96bf8c3895e8b545906476726a9deada /config
parent7a87d32fe725ea25db275f430a424af606f3d640 (diff)
downloadptxdist-ac5a78a14f2f2d0a34a0251e5220a92ac55f5e48.tar.gz
ptxdist-ac5a78a14f2f2d0a34a0251e5220a92ac55f5e48.tar.xz
generate autoconf cache in PTXDIST_GEN_CONFIG_DIR for host and target
just an empty cache for now Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10697 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 790a1335c..031c217b6 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -186,12 +186,25 @@ menu "Developer Options "
#config SETUP_CHECK_OMIT_SPACES
# bool "don't check for spaces in important directories"
+
config SETUP_ENV_WHITELIST
string "environment variable whitelist"
help
PTXdist clears the environment by default. Specify here a
space seprated list of environment variables to preserve.
+
+config SETUP_COMMON_CACHE
+ bool "use common configure cache"
+ help
+ Use only one configure cache file for host and for target
+ packages, instead of a cache for each programm. This can
+ speed up compilation, but may breaks things badly.
+
+ This is a developer option, you probably don't want to
+ enable this.
+
+
config SETUP_GEN_DEP_TREE
bool "generate dependency graphs"
help
@@ -211,6 +224,7 @@ config SETUP_CHECK_EXIT_ON_ERROR
quite aggressive error checking. Don't turn this on until
you know what you're doing.
+
config SETUP_CCACHE
bool "use ccache"
help
@@ -218,6 +232,7 @@ config SETUP_CCACHE
C/C++ code by caching previous compiles and detecting when
the same compile is being done again.
+
config SETUP_HOST_CC
prompt "host CC"
string