summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-23 21:18:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-23 21:18:02 +0200
commit2196fce0b2ee7d8188c1d34fc1d6bb6555538870 (patch)
treebd9f538c7c4d1987a432c49878b7a42d82ab65fd /Config.in
parenta48b869d5c241a0d630b2e19f2014ea1f357d4f6 (diff)
add static application build
barely tested, but working for mksh package and google g1 target
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index eeda10eaf..4fd011c48 100644
--- a/Config.in
+++ b/Config.in
@@ -53,6 +53,19 @@ config ADK_DEVELSYSTEM
If you choose this option, all necessary software needed
for native building will be selected.
+config ADK_DEBUG
+ bool "Enable debug support"
+ default n
+ help
+ All packages and libc will be compiled and packaged with debug information.
+ Mostly useful for NFS root or big USB/CF disk setups.
+
+config ADK_STATIC
+ bool "Link applications statically by default"
+ default n
+ help
+ Useful for toolchain only target devices.
+
config ADK_MAKE_JOBS
int
default 1 if ! ADK_MAKE_PARALLEL