Skip to content

Commit

Permalink
Get rid of a workaround; building with Clang works now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Midar authored and stippi committed Dec 19, 2013
1 parent 1665250 commit bd50e8a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build/jam/BuildSetup
Expand Up @@ -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 ;
Expand Down

0 comments on commit bd50e8a

Please sign in to comment.