Update danio_gcc.sh
This commit is contained in:
+2
-2
@@ -70,7 +70,7 @@ fi
|
|||||||
if ! (
|
if ! (
|
||||||
(cd gcc-*; contrib/download_prerequisites)
|
(cd gcc-*; contrib/download_prerequisites)
|
||||||
mkdir -pv build-gcc
|
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
|
then
|
||||||
echo "STAGE=${TARGET}" > .error
|
echo "STAGE=${TARGET}" > .error
|
||||||
@@ -79,7 +79,7 @@ fi
|
|||||||
|
|
||||||
if ! (
|
if ! (
|
||||||
make -C build-gcc -j${nproc}
|
make -C build-gcc -j${nproc}
|
||||||
make -C build-gcc install -j${nproc}
|
make -C build-gcc install
|
||||||
)
|
)
|
||||||
then
|
then
|
||||||
echo "STAGE=${TARGET}" > .error
|
echo "STAGE=${TARGET}" > .error
|
||||||
|
|||||||
Reference in New Issue
Block a user