X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=driver%2Ffirm_cmdline.h;h=12ea3a5bb5d7541c71d46b4783a92ebcf66ca1f5;hb=ed07e4be99cb6911f67a3de7d9034b375c7e9886;hp=d6816bb40ac6219d9436c582229e8d60e0c974f8;hpb=b89a8892daf3e0dc291bfa6f78e6697c7185c018;p=cparser diff --git a/driver/firm_cmdline.h b/driver/firm_cmdline.h index d6816bb..12ea3a5 100644 --- a/driver/firm_cmdline.h +++ b/driver/firm_cmdline.h @@ -14,7 +14,8 @@ enum an_os_support { OS_SUPPORT_LINUX, /**< create code for Linux OS */ - OS_SUPPORT_MINGW /**< create code for MinGW WIN32 */ + OS_SUPPORT_WIN32, /**< create code for MinGW WIN32 */ + OS_SUPPORT_MACHO } an_os_support; enum a_debug_mode { @@ -72,6 +73,7 @@ struct a_firm_opt { a_byte os_support; /**< current os support */ a_byte honor_restrict; /**< enable restrict keyword */ a_byte lower_bitfields; /**< lower bitfield access */ + a_byte pic; /**< generate position independent code */ a_byte ycomp_dbg; /**< yComp debugger extension */ char *ycomp_host; /**< The host, yComp is running on */ int ycomp_port; /**< The port, yComp is listening on */