diff options
author | Zach van Rijn <me@zv.io> | 2024-12-11 15:52:25 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-11 15:52:25 -0600 |
commit | 01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc (patch) | |
tree | 215ae427e00255c430b39898ea6cd1dfc59885cc | |
parent | 1006dd8c7b245169a50f60451eb76f3465a64777 (diff) | |
download | bootstrap-01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc.tar.gz bootstrap-01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc.tar.bz2 bootstrap-01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc.tar.xz bootstrap-01fd98cda2ce3210ef2c34e13dc8df62a0e1e1cc.zip |
bootstrap: update mcmtools for better ppc support. fixes #24.
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -410,7 +410,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 957abd532fb6bacdab87f67b3384343f5d3f9281; + git checkout 0c3be626d95ffa53443d04280e78fc5c09528359; ## seed rootfs # |