bootstrap: superficial changes
This commit is contained in:
parent
3dfea15904
commit
6d8247bd0e
1 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@ RUN : \
|
||||||
&& shed build/config.mk 's/-march=native/-march=haswell -mno-pclmul -mtune=generic/' \
|
&& shed build/config.mk 's/-march=native/-march=haswell -mno-pclmul -mtune=generic/' \
|
||||||
# fix execution on alpine (although installing the loader mitigates this) \
|
# fix execution on alpine (although installing the loader mitigates this) \
|
||||||
&& sed -i 's/skip=" 76" count=" 128"/skip=76 count=128 /' build/bootstrap/*.com \
|
&& sed -i 's/skip=" 76" count=" 128"/skip=76 count=128 /' build/bootstrap/*.com \
|
||||||
|
\
|
||||||
&& install -m0755 build/bootstrap/ape.elf /usr/bin/ape \
|
&& install -m0755 build/bootstrap/ape.elf /usr/bin/ape \
|
||||||
&& shed Makefile \
|
&& shed Makefile \
|
||||||
# TODO: apply changes to COSMOPOLITAN_HEADERS as to include them in cosmopolitan.h \
|
# TODO: apply changes to COSMOPOLITAN_HEADERS as to include them in cosmopolitan.h \
|
||||||
|
@ -59,7 +60,7 @@ RUN : \
|
||||||
'(T//*) f="third_party/$g";;' \
|
'(T//*) f="third_party/$g";;' \
|
||||||
'esac; $once && set -- "$@" "$f" || set -- "$f"; once=true; done' \
|
'esac; $once && set -- "$@" "$f" || set -- "$f"; once=true; done' \
|
||||||
'"$@"' \
|
'"$@"' \
|
||||||
# don't forget to do this \
|
# i always forget to do this \
|
||||||
&& chmod +x makeit expand \
|
&& chmod +x makeit expand \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue