Skip to content

Commit

Permalink
add references to Clang
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@58388 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Feb 18, 2012
1 parent cec775f commit 61c6ce1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/manual/R-admin.texi
Expand Up @@ -3971,11 +3971,21 @@ the additional flags being needed to resolve problems linking against
@file{libnmath.a} and when linking @R{} as a shared library.

@menu
* Clang::
* Intel compilers::
* Oracle Solaris Studio compilers::
@end menu

@node Intel compilers, Oracle Solaris Studio compilers, Linux, Linux
@node Clang, Intel compilers, Linux, Linux
@subsection Clang

@R{} has been built with Linux @cputype{ix86} and @cputype{x86_64} C and
C++ compilers (@uref{http://clang.llvm.org}, versions 2.9 and 3.0) based
on the Clang front-ends, invoked by @code{CC=clang CXX=clang++},
together with @command{gfortran}. These take very similar options to
the corresponding GCC compilers.

@node Intel compilers, Oracle Solaris Studio compilers, Clang, Linux
@subsection Intel compilers

Intel compilers have been used under @cputype{ix86} and @cputype{x86_64}
Expand Down

0 comments on commit 61c6ce1

Please sign in to comment.