1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-31 12:13:10 +00:00
freebsd/tools/build
Dimitry Andric 5a880d34e1 LLVM uses atomic operations, which are not supported on i386 and GCC
emits calls for them, rather than expanding them inline.  Older FreeBSD
versions compile for i386 by default and as such we end up with
unresolved symbols when we build LLVM's TableGen utility as a build
tool on them.  Add the functions that GCC emits here, but don't bother
to make them atomic. Such is not needed.

Submitted by:	marcel
MFC after:	1 week
2011-11-15 20:15:58 +00:00
..
cross-build
make_check + Tighten up (and simplify) the pass_cmd_vars_1 "variable definition arrived 2011-05-25 23:33:49 +00:00
mk Add WITHOUT_UTMPX switch to the build system. 2011-06-17 21:30:21 +00:00
options Add WITHOUT_UTMPX switch to the build system. 2011-06-17 21:30:21 +00:00
atomic.c LLVM uses atomic operations, which are not supported on i386 and GCC 2011-11-15 20:15:58 +00:00
dummy.c
Makefile LLVM uses atomic operations, which are not supported on i386 and GCC 2011-11-15 20:15:58 +00:00