Do not call be_java_coal_register_options(9 if JVM support is disabled
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 13 Nov 2006 14:19:07 +0000 (14:19 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Mon, 13 Nov 2006 14:19:07 +0000 (14:19 +0000)
ir/be/bechordal_main.c

index e50e6fb..7955bb2 100644 (file)
@@ -253,7 +253,9 @@ static void be_ra_chordal_register_options(lc_opt_entry_t *grp)
                lc_opt_add_table(chordal_grp, be_chordal_options);
 
                co_register_options(chordal_grp);
+#ifdef WITH_JVM
                be_java_coal_register_options(chordal_grp);
+#endif
 #ifdef WITH_ILP
                be_spill_remat_register_options(chordal_grp);
 #endif