diff options
author | John Criswell <criswell@uiuc.edu> | 2004-11-29 21:46:29 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-11-29 21:46:29 +0000 |
commit | 6e35eda519543d3ce05727b116ec14291a56c689 (patch) | |
tree | 4b2eed9842c5e58377d9f3e352fd60d33dcd50eb /docs | |
parent | 8a9193927a2661293a2afd5d1420faa2b0b8e6bf (diff) |
Fix a typo.
Corrected a potential grammary issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CFEBuildInstrs.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index bf83db485b..c42132a594 100644 --- a/docs/CFEBuildInstrs.html +++ b/docs/CFEBuildInstrs.html @@ -147,8 +147,8 @@ invalid code. Instead, use the system assembler and linker. <p><b>Solaris/SPARC:</b></p> <p> -For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the -configure command line should specify sparcv9, as shown below. Also, +For Solaris/SPARC, LLVM only supports the SPARC V9 architecture. Therefore, +the configure command line should specify sparcv9, as shown below. Also, note that Solaris has trouble with various wide (multibyte) character functions from C as referenced from C++, so we typically configure with --disable-c-mbchar (cf. <a href="http://llvm.cs.uiuc.edu/PR206">Bug 206</a>). @@ -187,7 +187,7 @@ functions from C as referenced from C++, so we typically configure with target to get it to work correctly. These include:<p> <ul> - <li>Often targets include special or assembler linker flags which + <li>Often targets include special assembler or linker flags which <tt>gccas</tt>/<tt>gccld</tt> does not understand. In general, these can just be removed.</li> <li>LLVM currently does not support any floating point values other than |