mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
build fixes
* benchmark/measure.scm: Update for module changes. * module/system/vm/Makefile.am: Update the set of modules needing compilation. * src/guile-vm.c: Bootstrap the VM, now that we have a function for it. * testsuite/Makefile.am: * testsuite/run-vm-tests.scm: Update to fix make check, broken since we merged with Guile.
This commit is contained in:
parent
07e56b27a1
commit
d0927dde97
5 changed files with 9 additions and 5 deletions
|
@ -9,7 +9,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@"
|
|||
|
||||
(define-module (measure)
|
||||
:export (measure)
|
||||
:use-module (system vm core)
|
||||
:use-module (system vm vm)
|
||||
:use-module (system vm disasm)
|
||||
:use-module (system base compile)
|
||||
:use-module (system base language))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue