mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-02-23 15:30:31 -08:00
It is now allowed to use the Boehm-Weiser garbage collector under OpenBSD
This commit is contained in:
parent
ef93a9e2f0
commit
73f0dbbb5a
2 changed files with 0 additions and 2 deletions
1
src/aclocal.m4
vendored
1
src/aclocal.m4
vendored
|
|
@ -212,7 +212,6 @@ case "${host_os}" in
|
|||
clibs=""
|
||||
;;
|
||||
openbsd*)
|
||||
enable_boehm=no
|
||||
thehost='openbsd'
|
||||
SHARED_LDFLAGS="-shared ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"
|
||||
|
|
|
|||
1
src/configure
vendored
1
src/configure
vendored
|
|
@ -3537,7 +3537,6 @@ case "${host_os}" in
|
|||
clibs=""
|
||||
;;
|
||||
openbsd*)
|
||||
enable_boehm=no
|
||||
thehost='openbsd'
|
||||
SHARED_LDFLAGS="-shared ${LDFLAGS}"
|
||||
BUNDLE_LDFLAGS="-shared ${LDFLAGS}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue