X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=bdb77092ccb54256ee702bfae4532eb8fe771f1a;hb=d584ba3fb92b795ba88bc8ad371c246d3fd5654f;hp=d1f3ce409d643e9d3024bcc703beedbb32bfc749;hpb=2a8f7e141f7025f3fd3d52f90597e72baeec5d93;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index d1f3ce409..bdb77092c 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -27,8 +27,21 @@ #define DEBUG_libfirm 1 #endif +/* define to 1 to have wchar_t support for identifiers */ +#ifndef FIRM_ENABLE_WCHAR +#define FIRM_ENABLE_WCHAR 1 +#endif + /* define to 1 to use the libcore */ -/* #undef WITH_LIBCORE */ +#ifndef WITH_LIBCORE +#define WITH_LIBCORE 1 +#endif + +/* define to 1 to use the ILP solver */ +/* undef WITH_ILP */ + +/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ +/* #undef WITH_JVM */ /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -48,11 +61,6 @@ #define FIRM_ENABLE_HOOKS 1 #endif -/* Define to 1 if Firm inplace edges are activated */ -#ifndef FIRM_EDGES_INPLACE -#define FIRM_EDGES_INPLACE 1 -#endif - #ifdef USE_INLINING #ifndef INLINE #define INLINE __inline @@ -63,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 */