# Temporary tools - Binutils Pass 1
# http://ftp.kernel.org/pub/linux/devel/binutils/binutils-2.18.50.0.9.tar.bz2
# http://www.linuxfromscratch.org/~robert/new/patches/binutils-2.18.50.0.9-pt_pax.diff
patch -Np1 -i ../binutils-2.18.50.0.9-pt_pax.diff &&
# We make obj/ instead of ../binutils-build/ so that we don't need to specify # the "../binutils-${version}/" version number.
mkdir -v obj/ && cd obj/ && env CC="gcc -B/usr/bin/" ../configure --prefix=/tools \
--disable-nls --disable-werror &&
make && make install && make -C ld clean && make -C ld LIB_PATH=/tools/lib && make -C ld EXEEXT=-new install-exec-local
