X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=bdb77092ccb54256ee702bfae4532eb8fe771f1a;hb=70ecaf0dc06494a2c81ad93fa14e5e011feb7f44;hp=a56b4bcf1bc76125e66e31ea05a1bf57d043e09b;hpb=31b28a7e70ac62d6d6a471a1e3de549a09df2e1d;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index a56b4bcf1..bdb77092c 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -38,16 +38,11 @@ #endif /* define to 1 to use the ILP solver */ -#ifndef WITH_ILP -#define WITH_ILP 1 -#endif +/* undef WITH_ILP */ /* 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 +71,32 @@ #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 + +/* No __attribute__ here */ +#define __attribute__(x) + #endif /* _FIRM_CONFIG_H */