freebsd-src/gnu/lib
Kyle Evans cd0d51baaa Provide libssp based on libc
For libssp.so, rebuild stack_protector.c with FORTIFY_SOURCE stubs that just
abort built into it.

For libssp_nonshared.a, steal stack_protector_compat.c from
^/lib/libc/secure and massage it to maintain that __stack_chk_fail_local
is a hidden symbol.

libssp is now built unconditionally regardless of {WITH,WITHOUT}_SSP in the
build environment, and the gcclibs version has been disconnected from the
build in favor of this one.

PR:		242950 (exp-run)
Reviewed by:	kib, emaste, pfg, Oliver Pinter (earlier version)
Also discussed with:	kan
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D22943
2020-01-04 20:19:25 +00:00
..
csu csu: Add proper .depend tracking for each object. 2019-06-15 17:08:39 +00:00
libdialog Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libgcc Support reading in .depend files. 2019-06-15 17:08:32 +00:00
libgcov Support reading in .depend files. 2019-06-15 17:08:32 +00:00
libgomp Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libregex Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libssp Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libstdc++ Update Makefile.depend files 2019-12-11 17:37:53 +00:00
libsupc++ Update Makefile.depend files 2019-12-11 17:37:53 +00:00
tests
Makefile Provide libssp based on libc 2020-01-04 20:19:25 +00:00
Makefile.inc