prepare:
git clone git://gcc.gnu.org/git/gcc.git && cd gcc
gcc:
make
install:
make install
uninstall:
make uninstall