abhiTronix / raspberry-pi-cross-compilers

Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
https://sourceforge.net/projects/raspberry-pi-cross-compilers
GNU General Public License v3.0
594 stars 104 forks source link

Download address of gcc is error at script build-scripts/RTBuilder_32b #43

Closed jackyxinli closed 4 years ago

jackyxinli commented 4 years ago

line 169, download address of gcc is error, should be "https://ftpmirror.gnu.org/gnu/gcc/gcc-$GCCBASE_VERSION/gcc-$GCCBASE_VERSION.tar.gz"

abhiTronix commented 4 years ago

@jackyxinli No it automatically redirects to original mirror, for e.g. see https://ftpmirror.gnu.org/gcc/gcc-6.3.0/gcc-6.3.0.tar.gz

abhiTronix commented 4 years ago

wget allows max redirects upto 20 which is far more than ideal. I don't think this redirecting affects anything in general. Closing.