]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/all_in_one.sh
update tool chain download link
[Ventoy.git] / INSTALL / all_in_one.sh
index a01eefdd0ad2d066bf4b3c7fa8d47e3b11bc4f00..a4298c7168eb9a40f87423dc2789b1c83602ff1f 100644 (file)
@@ -9,12 +9,13 @@ cd $VTOY_PATH/DOC
 echo "prepare_env ..."
 sh prepare_env.sh
 
-export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin
+export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips-loongson-gcc7.3-linux-gnu/2019.06-29/bin/:/opt/mips64el-linux-musl-gcc730/bin/
 
 
 echo "build grub2 ..."
 cd $VTOY_PATH/GRUB2
-sh buildgrub.sh >> $LOG 2>&1 || exit 1
+#sh buildgrub.sh >> $LOG 2>&1 || exit 1
+sh buildgrub.sh
 
 echo "build ipxe ..."
 cd $VTOY_PATH/IPXE