~ chicken-core (chicken-5) 5a8cef35941109e5c5ee5d9596f855274185db30


commit 5a8cef35941109e5c5ee5d9596f855274185db30
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Oct 30 13:27:12 2023 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Oct 30 13:27:12 2023 +0100

    on *BSD, default C++ compiler to "c++"

diff --git a/Makefile.bsd b/Makefile.bsd
index 690ce8d2..d66d1f06 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -31,6 +31,7 @@ SRCDIR ?= ./
 ARCH ?= $(shell sh $(SRCDIR)/config-arch.sh)
 
 C_COMPILER ?= cc
+CXX_COMPILER ?= c++
 
 # options
 C_COMPILER_OPTIONS ?= -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H
Trap