Run the stack calibration script before running the compiler.
authorLudovic Courtès <ludo@gnu.org>
Thu, 26 Mar 2009 18:17:26 +0000 (19:17 +0100)
committerLudovic Courtès <ludo@gnu.org>
Thu, 26 Mar 2009 18:17:26 +0000 (19:17 +0100)
commit7ca96180f00800414a9cf855e5ca4dceb9baca07
tree3307cb76e850551402cd81eef4d8250f5bb670f9
parent6cc323e2ff4e555d58e115032016a50ef15a1948
Run the stack calibration script before running the compiler.

* am/guilec (.scm.go): Use `pre-inst-guile' and load
  `stack-limit-calibration.scm'.  This is particularly useful when
  building the first `.go' files where the compiler is run using the
  interpreter, which may end up using a lot of stack space.

* libguile/Makefile.am (BUILT_SOURCES): Add
  `stack-limit-calibration.scm'.
  (TESTS, TESTS_ENVIRONMENT): Remove.
  (stack-limit-calibration.scm): Prepend `-' so that any errors during
  the calibration are ignored.
am/guilec
libguile/Makefile.am