summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r--target/config/Config.in.toolchain6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain
index 344638081..b75718142 100644
--- a/target/config/Config.in.toolchain
+++ b/target/config/Config.in.toolchain
@@ -134,4 +134,10 @@ config ADK_TARGET_USE_STATIC_LIBS
still requires libgcc_so.so.1 for pthread_cancel. Glibc also requires libnss_*.so libraries
at runtime. Full static builds are only supported for musl libc.
+config ADK_STATIC_TOOLCHAIN
+ boolean "Build the toolchain components statically"
+ default n
+ help
+ If you want to create more portable toolchains, build them static.
+
endmenu