diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T20·05+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-11-22T20·05+0000 |
commit | 9b11a8bfbcfd9e6f40ae8b573d4de492a23b91b9 (patch) | |
tree | 3807c9e82a4b4af8c6a9b2108079e9ba73156d2f /src | |
parent | 812b5a30ecc9d8f78b54644b37c5c2c4375555bc (diff) |
Fix building without Boehm GC
Diffstat (limited to 'src')
-rw-r--r-- | src/libmain/Makefile.new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmain/Makefile.new b/src/libmain/Makefile.new index b198d78422b7..9e26aa8b9e53 100644 --- a/src/libmain/Makefile.new +++ b/src/libmain/Makefile.new @@ -4,4 +4,4 @@ libmain_DIR := $(d) libmain_SOURCES = shared.cc stack.cc -libmain_LDFLAGS = -lgc +libmain_LDFLAGS = $(BDW_GC_LIBS) |