summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Flatt <mflatt@racket-lang.org>2010-01-29 00:15:43 +0000
committerIvan Maidanski <ivmai@mail.ru>2013-11-03 13:45:07 +0400
commit2231615af4986b0ca546e3b16832fdb11d8d5625 (patch)
tree50de89f37e60783fc2ac79a01dbf58b3a4165e8e
parent46b9636875d561774f7ed51ddd9b820927d8e76f (diff)
downloadbdwgc-2231615af4986b0ca546e3b16832fdb11d8d5625.tar.gz
adjust futures impl to use mzrt; fix MrEd build to work with futures
svn: r17879
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 188c5304..f5db01a3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@ mainsrcdir = @srcdir@/../..
# compiler options; mainly used to allow importing options
OPTIONS=@OPTIONS@ @CGCOPTIONS@
-BASEFLAGS= -I$(srcdir)/include -I$(AO_INSTALL_DIR)/src @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ @PLACE_CGC_FLAGS@
+BASEFLAGS= -I$(srcdir)/include -I$(AO_INSTALL_DIR)/src @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ @MZRT_CGC_FLAGS@
CFLAGS= $(BASEFLAGS) @PROFFLAGS@ $(OPTIONS) -DNO_EXECUTE_PERMISSION -DSILENT -DNO_GETENV -DLARGE_CONFIG -DATOMIC_UNCOLLECTABLE -DINITIAL_MARK_STACK_SIZE=8192
# To build the parallel collector on Linux, add to the above: