mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-02 10:40:31 -08:00
Configure Boehm's GC with --disable-threads so that ECL does not require
the posix threads library.
This commit is contained in:
parent
97dbff8921
commit
fe2c419642
2 changed files with 393 additions and 393 deletions
784
src/configure
vendored
784
src/configure
vendored
File diff suppressed because it is too large
Load diff
|
|
@ -301,7 +301,7 @@ elif test "${local_boehm}" = "no" ; then
|
|||
test -d gc && rm -rf gc
|
||||
if mkdir gc; then
|
||||
(cd gc;
|
||||
$srcdir/gc/configure --disable-shared --prefix=$bindir \
|
||||
$srcdir/gc/configure --disable-threads --disable-shared --prefix=$bindir \
|
||||
--includedir=${builddir}/h --libdir=${builddir})
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue