Fixed formatting on setup page

This commit is contained in:
Timothy Warren 2012-01-09 13:26:26 -05:00
parent 3e069b9a51
commit 4e13f33fb2
1 changed files with 10 additions and 10 deletions

View File

@ -2,17 +2,17 @@
1. Follow the Gentoo Handbook for installing Gentoo
[Gentoo Handbook](http://www.gentoo.org/doc/en/handbook/)
[Gentoo Handbook](http://www.gentoo.org/doc/en/handbook/)
2. Install LLVM/Clang (Optional)
Clang is a faster compiler than the default GCC. It produces binary as fast, or faster than GCC. To set up clang,
run `emerge llvm clang`
and add these to lines to the top of your `/etc/make.conf` file
CC=/usr/bin/clang
CXX=/usr/bin/clang++
Clang is a faster compiler than the default GCC. It produces binary as fast, or faster than GCC. To set up clang,
If a package fails to compile with clang, you can comment out those lines, and recompile the package with GCC.
run `emerge llvm clang`
and add these to lines to the top of your `/etc/make.conf` file
CC=/usr/bin/clang
CXX=/usr/bin/clang++
If a package fails to compile with clang, you can comment out those lines, and recompile the package with GCC.