build: Remove stray rm from make_toolchain.sh
This commit is contained in:
parent
776cd1ab67
commit
dea9413b3e
@ -67,7 +67,6 @@ cd gcc-$GCCVERSION
|
|||||||
sed 's|http://gcc.gnu|https://gcc.gnu|g' < contrib/download_prerequisites > dp.sed
|
sed 's|http://gcc.gnu|https://gcc.gnu|g' < contrib/download_prerequisites > dp.sed
|
||||||
mv dp.sed contrib/download_prerequisites
|
mv dp.sed contrib/download_prerequisites
|
||||||
chmod +x contrib/download_prerequisites
|
chmod +x contrib/download_prerequisites
|
||||||
rm dp.sed
|
|
||||||
contrib/download_prerequisites --no-verify
|
contrib/download_prerequisites --no-verify
|
||||||
cd ..
|
cd ..
|
||||||
mkdir build-gcc
|
mkdir build-gcc
|
||||||
|
Loading…
Reference in New Issue
Block a user