Files
raspberrypi/buildgcc/build_clang
2012-05-28 22:25:54 -04:00

10 lines
259 B
Plaintext
Executable File

svn co http://llvm.org/svn/llvm-project/llvm/branches/release_30/ llvm30
cd llvm30
cd tools
svn co http://llvm.org/svn/llvm-project/cfe/branches/release_30/ clang
cd ..
./configure --enable-optimized --disable-doxygen --prefix=/llvm30
make -j 4
make install