Showing with 7 additions and 5 deletions.
  1. +7 −5 posix.mak
12 changes: 7 additions & 5 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ MANIFEST= \
src/rt/util/string.d \
src/rt/util/utf.d

ifeq ($(OS)$(MODEL),freebsd64)
GC_MODULES = gcstub/gc
else
GC_MODULES = gc/gc gc/gcalloc gc/gcbits gc/gcstats gc/gcx
endif

SRC_D_MODULES = \
object_ \
\
Expand Down Expand Up @@ -280,11 +286,7 @@ SRC_D_MODULES = \
core/sync/rwmutex \
core/sync/semaphore \
\
gc/gc \
gc/gcalloc \
gc/gcbits \
gc/gcstats \
gc/gcx \
$(GC_MODULES) \
\
rt/aaA \
rt/aApply \
Expand Down