diff options
author | Zach van Rijn <me@zv.io> | 2024-12-11 12:40:17 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-12-11 12:40:38 -0600 |
commit | 1006dd8c7b245169a50f60451eb76f3465a64777 (patch) | |
tree | 9827fc78722ceb74248f3e5943b630dafc380908 | |
parent | d9f9f132bc10db7823631c5dff2986ae66ac922a (diff) | |
download | bootstrap-1006dd8c7b245169a50f60451eb76f3465a64777.tar.gz bootstrap-1006dd8c7b245169a50f60451eb76f3465a64777.tar.bz2 bootstrap-1006dd8c7b245169a50f60451eb76f3465a64777.tar.xz bootstrap-1006dd8c7b245169a50f60451eb76f3465a64777.zip |
bootstrap: update mcmtools for better ppc support. fixes #23.
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # Purpose : Bootstraps Adélie from source for any architecture. # Authors : Zach van Rijn <me@zv.io> # License : MIT -# Revision : 20240807 +# Revision : 20241211 #=============================================================== #=============================================================== @@ -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 8a3ed8c226d7da1cee375d95c3b0232f7b5700ac; + git checkout 957abd532fb6bacdab87f67b3384343f5d3f9281; ## seed rootfs # |