blob: 04dab63500a71fd2a39d0cf15d99bf3110eea23a [file] [log] [blame]
bbahnsen878ddf12006-04-21 22:54:32 +00001IA32_CC = "-Os","-fno-strict-aliasing","-Wall", "-Werror", "-c", "-x c"
2IA32_LIB =
3IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"
4IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"
5IA32_ASMLINK =
6IA32_PP = "-E"
7