update repository
[cmdllinux.git] / old_lfs_toolchain / 006
blobf6d6fb8b962dfdcea7db71cf22aabc6ae6d6c9ff
1 #! /bin/sh
3 mkdir -v ../gcc-build
4 cd ../gcc-build
6 #-B binutils dir
7 #CC="gcc -B/usr/bin/" ../gcc-4.4.3/configure --prefix=/tools \
8 ../gcc-4.8.3/configure --prefix=/tools \
9 --with-local-prefix=/tools --disable-nls --enable-shared \
10 --enable-languages=c --disable-bootstrap
11 #make bootstrap
12 make
13 make install