summaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-02 19:27:50 +0000
committerChris Lattner <sabre@nondot.org>2004-06-02 19:27:50 +0000
commit893c26acadc3e0b4f0ef8a380644b6699fc7215d (patch)
treee4bb5fdf147e8caec3bb847680681437a5261f5a /docs/CFEBuildInstrs.html
parent043c4b2d7199065cf89712497edd190f352d75cd (diff)
downloadllvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.tar.gz
llvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.tar.bz2
llvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.tar.xz
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
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r--docs/CFEBuildInstrs.html16
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html
index bbd11f87ed..c96adbe566 100644
--- a/docs/CFEBuildInstrs.html
+++ b/docs/CFEBuildInstrs.html
@@ -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