Skip to content
Snippets Groups Projects
Commit 5d2d5db1 authored by Reid Spencer's avatar Reid Spencer
Browse files

Revert last changes as they introduce CFE build problems.

llvm-svn: 19087
parent fc195422
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker. ...@@ -131,7 +131,7 @@ invalid code. Instead, use the system assembler and linker.
<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++ --program-prefix=llvm --disable-shared --enable-languages=c,c++
% gmake all; gmake install % gmake all; gmake install
</pre> </pre>
...@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker. ...@@ -140,8 +140,7 @@ invalid code. Instead, use the system assembler and linker.
<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++ --disable-c-mbchar \ --disable-shared --enable-languages=c,c++ --disable-c-mbchar
--program-prefix=llvm
% gmake all; gmake install % gmake all; gmake install
</pre> </pre>
...@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with ...@@ -159,7 +158,7 @@ functions from C as referenced from C++, so we typically configure with
% 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=sparcv9-sun-solaris2.8 \
--disable-c-mbchar --program-prefix=llvm --disable-c-mbchar
% gmake all; gmake install % gmake all; gmake install
</pre> </pre>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment