Oops, uncomment binutils build
This commit is contained in:
parent
2405387ad9
commit
a12cd64029
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user