X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=dbee74148c8a6dae6caae3ebdba35578ed6c65bf;hb=fde6997111a8684c8d2e4cd9bbd5253b91668a35;hp=a56b4bcf1bc76125e66e31ea05a1bf57d043e09b;hpb=1c4c9438a4f94c8e6eecb106ba10d746ffdf1981;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index a56b4bcf1..dbee74148 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -45,9 +45,6 @@ /* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ /* #undef WITH_JVM */ -/* define to 1 to enable STA backend */ -/* #undef WITH_STA */ - /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -76,4 +73,29 @@ #endif #endif +/* enabled plugin: ir/be/ia32 */ +#ifndef PLUGIN_IR_BE_IA +#define PLUGIN_IR_BE_IA 32 1 +#endif +/* enabled plugin: ir/be/ppc32 */ +#ifndef PLUGIN_IR_BE_PPC +#define PLUGIN_IR_BE_PPC 32 1 +#endif +/* enabled plugin: ir/be/mips */ +#ifndef PLUGIN_IR_BE_MIPS +#define PLUGIN_IR_BE_MIPS 1 +#endif +/* enabled plugin: ir/be/arm */ +#ifndef PLUGIN_IR_BE_ARM +#define PLUGIN_IR_BE_ARM 1 +#endif +/* enabled plugin: ir/be/firm */ +#ifndef PLUGIN_IR_BE_FIRM +#define PLUGIN_IR_BE_FIRM 1 +#endif +/* enabled plugin: ir/be */ +#ifndef PLUGIN_IR_BE +#define PLUGIN_IR_BE 1 +#endif + #endif /* _FIRM_CONFIG_H */