update grub-update.txt and put os-prober (1.75) files to grub/files directory
[cmdllinux.git] / old_lfs_toolchain / 035
blob9e57c43dc3be5439b5cdd067f150c647df44a3c9
1 #!/bin/sh
2 #gcc
3 source ../009_
4 ######!! with no specs patch
5 mkdir -v ../gcc-build
6 cd ../gcc-build
7 ../gcc-4.8.3/configure --prefix=/tools \
8 --with-local-prefix=/tools --disable-nls --enable-shared \
9 --enable-languages=c,c++ --disable-libstdcxx-pch --disable-bootstrap \
10 --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools
11 make
12 make install