summaryrefslogtreecommitdiff
path: root/gcc/build.sh
blob: 5d6bcdcc2801c3fee7f288c23006db6215e56c23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

./configure \
--prefix=$PREFIX \
--with-gmp=$PREFIX \
--with-mpfr=$PREFIX \
--with-mpc=$PREFIX \
--with-ppl=$PREFIX

make -j"$CPU_COUNT"
make install