[Bug 242941] [exp-run] avoiding libssp_nonshared.a on amd64

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Feb 5 20:09:03 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242941

--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:

Author: emaste
Date: Wed Feb  5 20:08:01 UTC 2020
New revision: 357592
URL: https://svnweb.freebsd.org/changeset/base/357592

Log:
  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]

Changes:
  head/lib/libc/Makefile
  head/share/mk/src.libnames.mk

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list