Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from braddr/freebsd64
Browse files Browse the repository at this point in the history
Temporarily switch freebsd64 bit to the stub gc
  • Loading branch information
braddr committed May 15, 2011
2 parents 461001e + 5ed2c05 commit de5280f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions posix.mak
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

0 comments on commit de5280f

Please sign in to comment.