Oops, uncomment binutils build

This commit is contained in:
K. Lange 2018-03-19 10:35:54 +09:00 committed by Kevin Lange
parent 2405387ad9
commit a12cd64029
1 changed files with 5 additions and 5 deletions

View File

@ -41,11 +41,11 @@ pushd build
unset PKG_CONFIG_LIBDIR # Just in case
#pushd binutils
# $DIR/tarballs/binutils-2.27/configure --target=$TARGET --prefix=$PREFIX --with-sysroot=$TOARU_SYSROOT --disable-werror || exit 1
# make -j4
# make install
#popd
pushd binutils
$DIR/tarballs/binutils-2.27/configure --target=$TARGET --prefix=$PREFIX --with-sysroot=$TOARU_SYSROOT --disable-werror || exit 1
make -j4
make install
popd
pushd gcc
$DIR/tarballs/gcc-6.4.0/configure --target=i686-pc-toaru --prefix=$PREFIX --with-sysroot=$TOARU_SYSROOT --disable-nls --enable-languages=c --disable-libssp --with-newlib || baiol