]> xenbits.xensource.com Git - people/royger/freebsd.git/commit
libssp_nonshared: use only on i386 and ppc
authorEd Maste <emaste@FreeBSD.org>
Wed, 5 Feb 2020 20:08:01 +0000 (20:08 +0000)
committerEd Maste <emaste@FreeBSD.org>
Wed, 5 Feb 2020 20:08:01 +0000 (20:08 +0000)
commit0f61170882cb39a3fa4b76bcfc9c8acd2404a2da
tree6cd2893abf3d2a2113075bff9cb36837f388c014
parent37bd6bb849301dbc51ad4a0fbf39f462ab3134cd
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