diff options
Diffstat (limited to 'docs/CFEBuildInstrs.html')
-rw-r--r-- | docs/CFEBuildInstrs.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/docs/CFEBuildInstrs.html b/docs/CFEBuildInstrs.html index bbd11f8..c96adbe 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 |