The command and parameter changed by the muon commits below.
eec469bb ("bootstrap.sh - use muon-bootstrap as exe name")
5a64dfd3 ("disable bestline by default")
Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
CC="${CC}" CFLAGS="${CFLAGS} -std=c99" ninja="${SAMU}" ./bootstrap.sh stage1
- CC="${CC}" ninja="${SAMU}" stage1/muon setup \
- -Dprefix="${TOOLDIR}" \
- -Ddocs=disabled \
- -Dsamurai=disabled \
- -Dbestline=disabled \
+ CC="${CC}" ninja="${SAMU}" stage1/muon-bootstrap setup \
+ -Dprefix="${TOOLDIR}" \
+ -Ddocs=disabled \
+ -Dsamurai=disabled \
"${TOOLDIR}/build-muon"
"${SAMU}" -C "${TOOLDIR}/build-muon"
MUON="${BUILDDIR}/build-tools/.build-muon/muon"