summaryrefslogtreecommitdiff
path: root/target/config/Config.in.toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-07-05 21:13:36 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-07-05 21:27:04 +0200
commit0b6ee788a600073196cbfbd89c565fba849d696f (patch)
tree74e2f36f0051695612768921585f6c385df52f80 /target/config/Config.in.toolchain
parent4a7a685e62e00b93c291af9c0e138baca57a4c0a (diff)
add different arm architectures for toolchain building
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