summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-12-25 12:16:42 -0600
committerZach van Rijn <me@zv.io>2022-12-25 12:16:42 -0600
commit135bec19fccffe70a9a180bb4cf8474359b8ead6 (patch)
tree7988d52013ce5f084c53a00301771d19d48642a3 /bootstrap
parent3e6517d83b1a545507c1e000562cbfba08342d96 (diff)
downloadbootstrap-135bec19fccffe70a9a180bb4cf8474359b8ead6.tar.gz
bootstrap-135bec19fccffe70a9a180bb4cf8474359b8ead6.tar.bz2
bootstrap-135bec19fccffe70a9a180bb4cf8474359b8ead6.tar.xz
bootstrap-135bec19fccffe70a9a180bb4cf8474359b8ead6.zip
Pull in upstream 'abuild' patch.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index 1f5c723..42db383 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 : 20221220
+# Revision : 20221225
#===============================================================
#===============================================================
@@ -670,7 +670,7 @@ if ! test -f rootfs-${TARGET}-patched.tgz; then
##
# Build 'binsub', a string patch tool.
#
- "${MTOOLS}"/musl/bin/gcc -static -O3 \
+ "${MTOOLS}"/musl/bin/gcc -static -O3 \
-o binsub \
"${HERE}"/binsub.c \
;