Update danio_gcc.sh

This commit is contained in:
Daniel
2018-10-28 21:14:23 +01:00
committed by GitHub
parent 6a920c1d9f
commit 5c73033225
+2 -2
View File
@@ -70,7 +70,7 @@ fi
if ! (
(cd gcc-*; contrib/download_prerequisites)
mkdir -pv build-gcc
(cd build-gcc; ../gcc-*/configure --target="${TARGET}" --prefix="${PREFIX}" --disable-lto --disable-nls --disable-werror --enable-languages=all --with-pkgversion="*DANiO* T00LCHAIN" --with-system-zlib --enable-obsolete --with-newlib --with-headers="../newlib-*/newlib/libc/include" --without-libssp )#--enable-multilib --enable-multiarch
(cd build-gcc; ../gcc-*/configure --target="${TARGET}" --prefix="${PREFIX}" --disable-lto --disable-nls --disable-werror --enable-languages=all --with-pkgversion="*DANiO* T00LCHAIN" --with-system-zlib --enable-obsolete --with-newlib --with-headers="../newlib-${newlib_version}/newlib/libc/include" --enable-multilib --enable-multiarch)
)
then
echo "STAGE=${TARGET}" > .error
@@ -79,7 +79,7 @@ fi
if ! (
make -C build-gcc -j${nproc}
make -C build-gcc install -j${nproc}
make -C build-gcc install
)
then
echo "STAGE=${TARGET}" > .error