From: Michael Jeanson Date: Fri, 19 Mar 2021 00:18:17 +0000 (-0400) Subject: README: cleanup stale MacOS information X-Git-Tag: v0.13.0~27 X-Git-Url: https://git.lttng.org/?p=userspace-rcu.git;a=commitdiff_plain;h=0af4b40c1b5d70e25321181f5c437982b132d034 README: cleanup stale MacOS information Change-Id: Ife4a3b79e26731242ee89e1d25638d3907e20434 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- diff --git a/README.md b/README.md index 2b89ffa..2f088fe 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Tested on: - FreeBSD 8.2/8.3/9.0/9.1/10.0 i386/amd64 - Solaris 10/11 i386 - Cygwin i386/amd64 - - MacOSX amd64 + - MacOS amd64/arm64 Should also work on: @@ -91,17 +91,6 @@ supported, with the following exceptions: 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