Update danio_gcc.sh
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ fi
|
||||
) || exit 1
|
||||
|
||||
if ! (
|
||||
(cd gcc-*; contrib/download_prerequisites; ln -svf ../newlib-${newlib_version}/newlib newlib)
|
||||
(cd gcc-*; contrib/download_prerequisites)#; ln -svf ../newlib-${newlib_version}/newlib newlib
|
||||
mkdir -pv build-gcc
|
||||
(cd build-gcc; ../gcc-*/configure --target="${TARGET}" --prefix="${PREFIX}" --disable-lto --disable-nls --disable-werror --enable-languages="c" --with-pkgversion="*DANiO* T00LCHAIN" --enable-obsolete --with-newlib --with-system-zlib --disable-shared --disable-debug --without-headers) #--disable-libquadmath --disable-libssp --disable-libgomp
|
||||
make -C build-gcc -j${nproc} all-gcc
|
||||
|
||||
Reference in New Issue
Block a user