X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=4774cb992248c305707ab4e2a7e32334785770ee;hb=67b6304bf1b2df3cefa9f39151ed7436e64c48dd;hp=2facc90bee8786799c0bcbef1e36ad7b20381f94;hpb=e0b59095528da2f308d76b1e2d192823d18f19aa;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index 2facc90be..4774cb992 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -73,4 +73,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 */