From bd50e8aedbea52e02a35cd1070eff0e597126ced Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Thu, 19 Dec 2013 12:28:47 +0100 Subject: [PATCH] Get rid of a workaround; building with Clang works now. --- build/jam/BuildSetup | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build/jam/BuildSetup b/build/jam/BuildSetup index fa72d75516..a84563b730 100644 --- a/build/jam/BuildSetup +++ b/build/jam/BuildSetup @@ -262,13 +262,6 @@ if $(HOST_PLATFORM) = linux || $(HOST_PLATFORM) = freebsd } } -# On recent versions of OS X cc and c++ point to clang, which fails to -# compile some of the host tools. As a workaround, force use of GCC. -if $(HOST_PLATFORM) = darwin { - HOST_CC = gcc ; - HOST_C++ = g++ ; -} - if $(HOST_PLATFORM) = cygwin { HOST_LINKFLAGS += -Xlinker --allow-multiple-definition -Xlinker --enable-auto-import ;