bump for_build binary
has been over a year
This commit is contained in:
parent
ae3981a673
commit
0ae0be135c
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
DIR="$(dirname $0)"
|
DIR="$(dirname $0)"
|
||||||
PREV_BQN="$DIR/obj2/for_build4"
|
PREV_BQN="$DIR/obj2/for_build5"
|
||||||
if [ ! -f "$PREV_BQN" ]; then
|
if [ ! -f "$PREV_BQN" ]; then
|
||||||
TMP_BQN="$DIR/obj2/for_build_tmp"
|
TMP_BQN="$DIR/obj2/for_build_tmp"
|
||||||
if "${MAKE:-make}" -C "$DIR/.." for-build OUTPUT="$TMP_BQN"; then
|
if "${MAKE:-make}" -C "$DIR/.." for-build OUTPUT="$TMP_BQN"; then
|
||||||
|
|||||||
2
makefile
2
makefile
@ -50,7 +50,7 @@ static-bin:
|
|||||||
|
|
||||||
# targets that use build/makefile
|
# targets that use build/makefile
|
||||||
for-build: # for running the build system & Singeli
|
for-build: # for running the build system & Singeli
|
||||||
@"${MAKE}" -f build/makefile run_incremental_0 i_t=forbuild i_CC=cc REPLXX=0 i_f="-O2 -DFOR_BUILD" i_FFI=0 i_SHARED=0 i_PIE= i_CC_PIE= i_EXPORT=0 i_OUTPUT_DEF=build/obj2/for_build4
|
@"${MAKE}" -f build/makefile run_incremental_0 i_t=forbuild i_CC=cc REPLXX=0 i_f="-O2 -DFOR_BUILD" i_FFI=0 i_SHARED=0 i_PIE= i_CC_PIE= i_EXPORT=0 i_OUTPUT_DEF=build/obj2/for_build5
|
||||||
for-bootstrap: # for bootstrapping bytecode
|
for-bootstrap: # for bootstrapping bytecode
|
||||||
@"${MAKE}" -f build/makefile run_incremental_0 i_t=for_bootstrap REPLXX=0 i_FFI=0 i_SHARED=0 i_PIE= i_CC_PIE= i_EXPORT=0 i_f='-DNATIVE_COMPILER -DONLY_NATIVE_COMP -DFORMATTER=0 -DNO_RT -DNO_EXPLAIN' i_USE_BC_SUBMODULE=0 BYTECODE_DIR=bytecodeNone
|
@"${MAKE}" -f build/makefile run_incremental_0 i_t=for_bootstrap REPLXX=0 i_FFI=0 i_SHARED=0 i_PIE= i_CC_PIE= i_EXPORT=0 i_f='-DNATIVE_COMPILER -DONLY_NATIVE_COMP -DFORMATTER=0 -DNO_RT -DNO_EXPLAIN' i_USE_BC_SUBMODULE=0 BYTECODE_DIR=bytecodeNone
|
||||||
o3-makeonly:
|
o3-makeonly:
|
||||||
|
|||||||
@ -31,5 +31,5 @@ build/build f='-DUSE_PERF' c && ./BQN -p 2+2 || exit
|
|||||||
build/build f='-DREPL_INTERRUPT=0' c && ./BQN -p 2+2 || exit
|
build/build f='-DREPL_INTERRUPT=0' c && ./BQN -p 2+2 || exit
|
||||||
build/build f='-DREPL_INTERRUPT=1' c && ./BQN -p 2+2 || exit
|
build/build f='-DREPL_INTERRUPT=1' c && ./BQN -p 2+2 || exit
|
||||||
build/build FFI=0 c && ./BQN -p 2+2 || exit
|
build/build FFI=0 c && ./BQN -p 2+2 || exit
|
||||||
build/obj2/for_build4 test/precompiled.bqn "$1" "$PATH" '2+2' || exit
|
build/obj2/for_build5 test/precompiled.bqn "$1" "$PATH" '2+2' || exit
|
||||||
build/build f='-DNO_RT -DPRECOMP' c && ./BQN || exit
|
build/build f='-DNO_RT -DPRECOMP' c && ./BQN || exit
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user