aboutsummaryrefslogtreecommitdiff
path: root/tools/build/Makefile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-11-17 21:06:53 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-11-17 21:06:53 +0000
commitfd75cb79cec844d3f9f59b27a0a0b875d7ed94c0 (patch)
tree59359903272c237ee4d9836b2cfbc7ef259204c9 /tools/build/Makefile
parent72a61203fc033650d9bea2d8fe2e5eae37e0926e (diff)
downloadsrc-fd75cb79cec844d3f9f59b27a0a0b875d7ed94c0.tar.gz
src-fd75cb79cec844d3f9f59b27a0a0b875d7ed94c0.zip
Revert r227538, since it doesn't compile with clang at all (it doesn't
allow the built-in operations to be redefined, at least not without excessive force). Instead, just disable LLVM's support for atomic operations for now. Nothing in either clang or the tablegen tools currently depends on it. This still allows users of head built before r198344 to upgrade to top-of-head seamlessly.
Notes
Notes: svn path=/head/; revision=227636
Diffstat (limited to 'tools/build/Makefile')
-rw-r--r--tools/build/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/build/Makefile b/tools/build/Makefile
index 4eb75481f0a5..8e26c29d7735 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -7,10 +7,6 @@ SRCS=
INCSGROUPS= INCS
INCS=
-.if ${MACHINE_ARCH} == i386
-SRCS+= atomic.c
-.endif
-
BOOTSTRAPPING?= 0
.if empty(SRCS)