mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
cygwin apparently doesn't have widechar support. But when disabled, the whole
C/C++ front-end and runtime libraries finally build! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13963 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
043c4b2d71
commit
893c26acad
@ -110,7 +110,6 @@ and Settings" directory). We welcome patches to fix this issue.
|
||||
<p>
|
||||
<b>Linux/x86:</b> <br>
|
||||
<b>MacOS X/PowerPC:</b><br>
|
||||
<b>cygwin/x86:</b>
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
@ -122,9 +121,18 @@ and Settings" directory). We welcome patches to fix this issue.
|
||||
% gmake all; gmake install
|
||||
</pre>
|
||||
|
||||
<p>
|
||||
<b>Solaris/SPARC:</b>
|
||||
</p>
|
||||
<p><b>cygwin/x86:</b></p>
|
||||
|
||||
<pre>
|
||||
% cd build
|
||||
% ../src/configure --prefix=$CFEINSTALL --disable-threads --disable-nls --disable-shared \
|
||||
--enable-languages=c,c++ --disable-c-mbchar
|
||||
% gmake all-gcc
|
||||
% setenv LLVM_LIB_SEARCH_PATH `pwd`/gcc
|
||||
% gmake all; gmake install
|
||||
</pre>
|
||||
|
||||
<p><b>Solaris/SPARC:</b></p>
|
||||
|
||||
<p>
|
||||
For Solaris/SPARC, LLVM only supports the SPARC V9. Therefore, the
|
||||
|
Loading…
Reference in New Issue
Block a user