mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
Configure garbage collector for large data sets
This commit is contained in:
parent
cc8be23678
commit
a7ed6ad6a5
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -12881,7 +12881,7 @@ $as_echo "$as_me: Configuring included Boehm GC library:" >&6;}
|
|||
CC="${CC} ${PICFLAG}" CFLAGS="-DGC_BUILD ${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
$srcdir/gc/configure --disable-shared --prefix=${destdir} \
|
||||
--includedir=${destdir}/ecl/ --libdir=${destdir} --build=${build_alias} \
|
||||
--host=${host_alias} ${boehm_configure_flags})
|
||||
--host=${host_alias} --enable-large-config ${boehm_configure_flags})
|
||||
ECL_BOEHM_GC_HEADER='ecl/gc/gc.h'
|
||||
else
|
||||
{ { $as_echo "$as_me:$LINENO: error: Unable to create 'gc' directory" >&5
|
||||
|
|
|
|||
|
|
@ -696,7 +696,7 @@ case "${enable_boehm}" in
|
|||
CC="${CC} ${PICFLAG}" CFLAGS="-DGC_BUILD ${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
$srcdir/gc/configure --disable-shared --prefix=${destdir} \
|
||||
--includedir=${destdir}/ecl/ --libdir=${destdir} --build=${build_alias} \
|
||||
--host=${host_alias} ${boehm_configure_flags})
|
||||
--host=${host_alias} --enable-large-config ${boehm_configure_flags})
|
||||
ECL_BOEHM_GC_HEADER='ecl/gc/gc.h'
|
||||
else
|
||||
AC_MSG_ERROR([Unable to create 'gc' directory])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue