diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 13:52:36 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 13:52:36 +0000 |
commit | 7eb68fa07eacefbf1319fea2117dfc17d57aab5e (patch) | |
tree | 0b6806bca39496d7347ee12e420ec1aa2f7d31b0 /extra | |
parent | 7e4a84fbea5c0049056b3e5f80221675b7737b5b (diff) | |
download | uClibc-alpine-7eb68fa07eacefbf1319fea2117dfc17d57aab5e.tar.bz2 uClibc-alpine-7eb68fa07eacefbf1319fea2117dfc17d57aab5e.tar.xz |
Remove binutils-2.16.1 dependency for SSP, now it works with any binutils, but all apps linked against libc.so will get DT_NEEDED for ld.so too
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index e1ab012b2..c79befdcf 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1149,7 +1149,6 @@ config UCLIBC_HAS_SSP __stack_smash_handler, respectively __stack_chk_guard and __stack_chk_fail functions removed from libgcc. These functions are added to libc instead. - Only binutils 2.16.1 and newer are supported. More information at: <http://www.research.ibm.com/trl/projects/security/ssp/> Most people will answer N. |