1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/gnu/lib
Tijl Coosemans 2751839107 GCC defines built-ins for atomic instructions found on i486 and higher.
Because FreeBSD no longer supports the 80386 cpu all code targeting
FreeBSD/i386 necessarily runs on i486 or higher so the compiler
built-ins can be used by default inside libstdc++ and in C++ headers.
This allows newly compiled C++ code to inline some atomic operations.
Old binaries continue to use libstdc++ functions.

PR:		148926
Tested by:	Yuri Karaban <tech askold net>
Reviewed by:	kan
Approved by:	kib (mentor)
MFC after:	2 weeks
2010-09-07 08:33:17 +00:00
..
csu MFtbemd: 2010-08-23 22:24:11 +00:00
libdialog Create a checklist and call one of the *printw() functions from the 2010-08-24 06:30:46 +00:00
libg2c
libgcc Teach our toolchain how to generate 64-bit PowerPC binaries. This fixes 2010-07-10 02:29:22 +00:00
libgcov
libgomp Repair some build breakage introduced in r211725 and garbage collect some 2010-08-28 15:03:11 +00:00
libiberty
libobjc Use a more robust way to substitute gcc for clang, when compiling 2010-08-31 17:33:29 +00:00
libreadline Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +00:00
libregex
libssp
libstdc++ GCC defines built-ins for atomic instructions found on i486 and higher. 2010-09-07 08:33:17 +00:00
libsupc++ Non-GCC gcc compatible compilers may provide the same multimedia intrinsic 2010-05-12 19:59:32 +00:00
Makefile
Makefile.inc