update repository
[cmdllinux.git] / old_lfs_toolchain / 000
blob6316fbd3e4b779e8875f3644cbe5afe23d925298
1 #! /bin/bash
2 #1binutils
4 mkdir ../binutils-build
5 cd ../binutils-build
7 CC="gcc -B/usr/bin/" ../binutils-2.24/configure \
8 --prefix=/tools --disable-nls --disable-werror
9 make
10 make install
11 #../binutils-2.20.1/configure \
12 # --target=i686-lfs-linux-gnu --prefix=/tools \
13 # --disable-nls --disable-werror