summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2024-12-11 12:40:17 -0600
committerZach van Rijn <me@zv.io>2024-12-11 12:40:38 -0600
commit1006dd8c7b245169a50f60451eb76f3465a64777 (patch)
tree9827fc78722ceb74248f3e5943b630dafc380908
parentd9f9f132bc10db7823631c5dff2986ae66ac922a (diff)
downloadbootstrap-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-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index bb0e267..681541d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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
#