search for: with_jnjvm

Displaying 2 results from an estimated 2 matches for "with_jnjvm".

2008 Nov 20
2
[LLVMdev] Patch to VMKIT tools makefile
...======== --- tools/Makefile (revision 59726) +++ tools/Makefile (working copy) @@ -8,11 +8,12 @@ ##= = =---------------------------------------------------------------------- ===## LEVEL = .. -PARALLEL_DIRS = vmkit vmjc +PARALLEL_DIRS = vmkit include $(LEVEL)/Makefile.config ifeq ($(WITH_JNJVM), 1) + PARALLEL_DIRS += vmjc PARALLEL_DIRS += jnjvm endif Bye, Deano
2008 Nov 20
0
[LLVMdev] Patch to VMKIT tools makefile
...rking copy) > @@ -8,11 +8,12 @@ > > ##= > = > =---------------------------------------------------------------------- > ===## > LEVEL = .. > > -PARALLEL_DIRS = vmkit vmjc > +PARALLEL_DIRS = vmkit > > include $(LEVEL)/Makefile.config > > ifeq ($(WITH_JNJVM), 1) > + PARALLEL_DIRS += vmjc > PARALLEL_DIRS += jnjvm > endif > > Bye, > Deano > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo...