diff options
author | Zach van Rijn <me@zv.io> | 2024-12-13 07:45:12 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-13 07:45:12 -0600 |
commit | 131aa3980e13ccc32bc8ba3d3295f17bdf7a6040 (patch) | |
tree | 09ae6b85a2bd2ad2ca830349464554b6a9f0e5be | |
parent | d2723b1af3b6ab0e9b0fb2e692e0797e4b34b1cf (diff) | |
download | bootstrap-131aa3980e13ccc32bc8ba3d3295f17bdf7a6040.tar.gz bootstrap-131aa3980e13ccc32bc8ba3d3295f17bdf7a6040.tar.bz2 bootstrap-131aa3980e13ccc32bc8ba3d3295f17bdf7a6040.tar.xz bootstrap-131aa3980e13ccc32bc8ba3d3295f17bdf7a6040.zip |
bootstrap: update mcmtools for better mips support. fixes #25.
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ if ! test -d "${MTOOLS}"/sys/emus/bin; then # FIXME: no hard code test -d bootstrap \ || git clone ${CHAINS}/bootstrap.git; cd bootstrap; - git checkout 0c3be626d95ffa53443d04280e78fc5c09528359; + git checkout 751d1f18df54be897a2cbf9020f070950293bee8; ## seed rootfs # |