Added WITH_JVM defines for the Java based coalescer
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 31 Jul 2006 09:10:18 +0000 (09:10 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Mon, 31 Jul 2006 09:10:18 +0000 (09:10 +0000)
[r8073]

win32/config.h
win32/firm_config.h

index 082e530..6f623ff 100644 (file)
 #define WITH_LIBCORE 1
 
 /* define to 1 to use the ILP solver */
-#undef WITH_ILP
+#define WITH_ILP 1
+
+/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
+/* #undef WITH_JVM */
 
 /* define to 1 to have wchar_t support for identifiers */
 #define FIRM_ENABLE_WCHAR 1
index 83afb6d..a780789 100644 (file)
 #endif
 
 /* define to 1 to use the ILP solver */
-/* #undef WITH_ILP */
+#ifndef WITH_ILP
+#define WITH_ILP 1
+#endif
+
+/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */
+#ifndef WITH_JVM
+#define WITH_JVM 1
+#endif
 
 /* Define to disable assertion checking.  */
 /* #undef NDEBUG */