File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -192,8 +192,8 @@ if [ ! -d "glibc-$GLIBC_VERSION" ]; then
192
192
# apply critical patch if Glibc 2.31 and GCC 10 series are being built
193
193
if [[ " $GCC_VERSION " =~ ^10.* ]] && [ " $GLIBC_VERSION " = " 2.31" ]; then
194
194
echo " Applying patch!"
195
- curl -o Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
196
- mv Makefile.patch math/Makefile
195
+ wget -O Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
196
+ mv Makefile.patch " $DOWNLOADDIR " /glibc- $GLIBC_VERSION / math/Makefile
197
197
fi
198
198
cd " $DOWNLOADDIR " || exit
199
199
rm ./* .tar.*
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ if [ ! -d "glibc-$GLIBC_VERSION" ]; then
173
173
# apply critical patch if Glibc 2.31 and GCC 10 series are being built
174
174
if [[ " $GCC_VERSION " =~ ^10.* ]] && [ " $GLIBC_VERSION " = " 2.31" ]; then
175
175
echo " Applying patch!"
176
- curl -o Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
177
- mv Makefile.patch math/Makefile
176
+ wget -O Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
177
+ mv Makefile.patch " $DOWNLOADDIR " /glibc- $GLIBC_VERSION / math/Makefile
178
178
fi
179
179
cd " $DOWNLOADDIR " || exit
180
180
rm ./* .tar.*
Original file line number Diff line number Diff line change @@ -200,8 +200,8 @@ if [ ! -d "glibc-$GLIBC_VERSION" ]; then
200
200
# apply critical patch if Glibc 2.31 and GCC 10 series are being built
201
201
if [[ " $GCCBASE_VERSION " =~ ^10.* ]] && [ " $GLIBC_VERSION " = " 2.31" ]; then
202
202
echo " Applying patch!"
203
- curl -o Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
204
- mv Makefile.patch math/Makefile
203
+ wget -O Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
204
+ mv Makefile.patch " $DOWNLOADDIR " /glibc- $GLIBC_VERSION / math/Makefile
205
205
fi
206
206
cd " $DOWNLOADDIR " || exit
207
207
rm ./* .tar.*
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ if [ ! -d "glibc-$GLIBC_VERSION" ]; then
185
185
# apply critical patch if Glibc 2.31 and GCC 10 series are being built
186
186
if [[ " $GCCBASE_VERSION " =~ ^10.* ]] && [ " $GLIBC_VERSION " = " 2.31" ]; then
187
187
echo " Applying patch!"
188
- curl -o Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
189
- mv Makefile.patch math/Makefile
188
+ wget -O Makefile.patch https://raw.githubusercontent.com/abhiTronix/raspberry-pi-cross-compilers/master/patches/Makefile.patch
189
+ mv Makefile.patch " $DOWNLOADDIR " /glibc- $GLIBC_VERSION / math/Makefile
190
190
fi
191
191
cd " $DOWNLOADDIR " || exit
192
192
rm ./* .tar.*
You can’t perform that action at this time.
0 commit comments