diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 20:01:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-29 20:01:10 +0200 |
commit | 365261c9db442081290b7d21aba6201244af294d (patch) | |
tree | ec293a94ba8a1d29f64c8c86f007b4568d1f945d /target/config | |
parent | 4a00cc7dc30b2bb5efcf1ed955d9710ab7655167 (diff) |
select libssp package
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.toolchain | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index e25152a49..91182782a 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -50,6 +50,7 @@ config ADK_TARGET_USE_SSP prompt "Use Stack Smashing Protection for all packages" boolean select ADK_TOOLCHAIN_WITH_SSP + select ADK_PACKAGE_LIBSSP default n config ADK_TARGET_USE_PIE |