1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/gnu/lib
Dimitry Andric 130515293b When one attempts to compile the tree with -march=i386, which also used
to be gcc's default before r198344, calls to atomic builtins will not be
expanded inline.  Instead, they will be generated as calls to external
functions (e.g. __sync_fetch_and_add_N), leading to linking errors later
on.

Put in a seatbelt that disables use of atomic builtins in libstdc++ and
llvm, when tuning specifically for the real i386 CPU.  This does not
protect against all possible issues, but it is better than nothing.
2011-11-06 14:07:23 +00:00
..
csu
libdialog Update dialog to 1.1-20110707. 2011-07-14 14:01:36 +00:00
libgcc
libgcov
libgomp
libodialog
libreadline
libregex
libssp
libstdc++ When one attempts to compile the tree with -march=i386, which also used 2011-11-06 14:07:23 +00:00
libsupc++
Makefile Remove libobjc and other Objective-C related components, as these are 2011-04-17 21:03:23 +00:00
Makefile.inc