]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libssp_nonshared: use only on i386 and ppc
authoremaste <emaste@FreeBSD.org>
Wed, 5 Feb 2020 20:08:01 +0000 (20:08 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 5 Feb 2020 20:08:01 +0000 (20:08 +0000)
commit666a200aad690badb173ae3d98bd4169455286ee
tree6cd2893abf3d2a2113075bff9cb36837f388c014
parente909519fb40629fecd47b6c51fa048f15d98eae9
libssp_nonshared: use only on i386 and ppc

libssp_nonshared.a defines one symbol, __stack_chk_fail_local.  This
is used only on i386 and powerpc; other archs emit calls directly to
__stack_chk_fail.  Simplify linking on other archs by omitting it.

PR: 242941 [exp-run]
lib/libc/Makefile
share/mk/src.libnames.mk