diff options
author | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:27:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-06-02 19:27:50 +0000 |
commit | 893c26acadc3e0b4f0ef8a380644b6699fc7215d (patch) | |
tree | e4bb5fdf147e8caec3bb847680681437a5261f5a /docs/CFEBuildInstrs.html | |
parent | 043c4b2d7199065cf89712497edd190f352d75cd (diff) | |
download | external_llvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.zip external_llvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.tar.gz external_llvm-893c26acadc3e0b4f0ef8a380644b6699fc7215d.tar.bz2 |
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.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 |