mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
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
This commit is contained in:
parent
8a9193927a
commit
6e35eda519
@ -147,8 +147,8 @@ invalid code. Instead, use the system assembler and linker.
|
|||||||
<p><b>Solaris/SPARC:</b></p>
|
<p><b>Solaris/SPARC:</b></p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the
|
For Solaris/SPARC, LLVM only supports the SPARC V9 architecture. Therefore,
|
||||||
configure command line should specify sparcv9, as shown below. Also,
|
the configure command line should specify sparcv9, as shown below. Also,
|
||||||
note that Solaris has trouble with various wide (multibyte) character
|
note that Solaris has trouble with various wide (multibyte) character
|
||||||
functions from C as referenced from C++, so we typically configure with
|
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>).
|
--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>
|
target to get it to work correctly. These include:<p>
|
||||||
|
|
||||||
<ul>
|
<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
|
<tt>gccas</tt>/<tt>gccld</tt> does not understand. In general, these can
|
||||||
just be removed.</li>
|
just be removed.</li>
|
||||||
<li>LLVM currently does not support any floating point values other than
|
<li>LLVM currently does not support any floating point values other than
|
||||||
|
Loading…
x
Reference in New Issue
Block a user