mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
Encourage use of the V8 ABI over the V9 ABI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25996 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -179,9 +179,9 @@ macros defined for conditional compilation.
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The SPARC V8 backend is still beta quality software. Unless you are working on
|
The SPARC V8 ABI support is more robust than the V9 ABI support and can generate
|
||||||
the SPARC V8 backend, you should specify sparcv9 on the configure command line,
|
SPARC V9 code. It is highly recommended that you use the V8 ABI with LLVM, as
|
||||||
as shown below. Also,
|
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>).
|
||||||
@@ -190,7 +190,7 @@ functions from C as referenced from C++, so we typically configure with
|
|||||||
<pre>
|
<pre>
|
||||||
% cd build
|
% cd build
|
||||||
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
|
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls \
|
||||||
--disable-shared --enable-languages=c,c++ --host=sparcv9-sun-solaris2.8 \
|
--disable-shared --enable-languages=c,c++ --host=sparc-sun-solaris2.8 \
|
||||||
--disable-c-mbchar --program-prefix=llvm-
|
--disable-c-mbchar --program-prefix=llvm-
|
||||||
% gmake all; gmake install
|
% gmake all; gmake install
|
||||||
</pre>
|
</pre>
|
||||||
|
Reference in New Issue
Block a user