X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=README;h=197d8a5573764c14892f9f7ff5bd329b824bbf74;hb=f6d1a94fb64e9beeaf4558f12c157784831d9084;hp=d7dde388b453efe8bdf71fe2d015b9ef73466abd;hpb=b11b5a6351905940d82a9df1c3324be4f09f6950;p=userspace-rcu.git diff --git a/README b/README index d7dde38..197d8a5 100644 --- a/README +++ b/README @@ -47,6 +47,15 @@ supported, with the following exceptions: support. For ARM this was introduced with gcc 4.4: http://gcc.gnu.org/gcc-4.4/changes.html +Clang version 3.0 (based on LLVM 3.0) is supported. + +Building on MacOS X (Darwin) requires a work-around for processor +detection: + # 32-bit + ./configure --build=i686-apple-darwin11 + # 64-bit + ./configure --build=x86_64-apple-darwin11 + For developers using the git tree: This source tree is based on the autotools suite from GNU to simplify