summaryrefslogtreecommitdiff
path: root/target/config/Config.in.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 16:39:17 +0200
commit2735fdf97305e110eba8e776f8728a52ae886c05 (patch)
tree0ce26ce1066bd7260625ca641b1e64c99015f47f /target/config/Config.in.adk
parent65c2ab93616bdf982152a94ab35c2079a5e3a2d7 (diff)
resolve merge conflict
Diffstat (limited to 'target/config/Config.in.adk')
-rw-r--r--target/config/Config.in.adk45
1 files changed, 3 insertions, 42 deletions
diff --git a/target/config/Config.in.adk b/target/config/Config.in.adk
index 7487ac056..53b61406f 100644
--- a/target/config/Config.in.adk
+++ b/target/config/Config.in.adk
@@ -1,10 +1,7 @@
-menu "Global settings"
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
-config ADK_VENDOR
- string "vendor name"
- default "openadk"
- help
- Vendor string is used for toolchain.
+menu "Global ADK settings"
config ADK_HOST
string "webserver for packages and distfiles"
@@ -19,41 +16,6 @@ config ADK_DL_DIR
Configure the download directory for all source packages.
Use an absolute path.
-config ADK_TARGET_CFLAGS_OPT
- string "optimization flags for compiler"
- default "-Os -pipe"
- help
- Compilation is only verfied with optimization for code size (Os).
- Other stuff (O2) might break. Will not be used when ADK_DEBUG is on.
-
-config ADK_DEBUG
- bool "Compile applications with debug support by default"
- default n
- help
- All packages and libc will be compiled and packaged with debug information.
- Mostly useful for NFS root or big USB/CF or hard disk setups.
-
-config ADK_DEBUG_OPTS
- bool "use optimization cflags"
- depends on ADK_DEBUG
- default n
- help
- All packages and libc will be compiled with debug information and optimization flags on.
-
-config ADK_DEBUG_STRIP
- bool "strip target binaries/libraries for gdbserver usage"
- depends on ADK_DEBUG
- default n
- help
- All packages and libc will be compiled with debug information, but stripped for the target.
-
-config ADK_STATIC
- bool "Link applications statically by default"
- default n
- select BUSYBOX_STATIC
- help
- Useful for toolchain only target devices.
-
config ADK_DISABLE_HONOUR_CFLAGS
bool "Disable honour CFLAGS checks globally"
default n
@@ -133,5 +95,4 @@ config ADK_HOST_CYGWIN
boolean
endchoice
-
endmenu