]> git.proxmox.com Git - mirror_edk2.git/blame - Tools/Conf/gcc_tools.txt
Use 2 byte chars with gcc to match how windows does unicode.
[mirror_edk2.git] / Tools / Conf / gcc_tools.txt
CommitLineData
2c09aabe 1IA32_CC = "-Os", "-fshort-wchar", "-fno-strict-aliasing", "-Wall", "-Werror", "-c"\r
878ddf1f 2IA32_LIB = \r
3IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"\r
4IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"\r
5IA32_ASMLINK = \r
6IA32_PP = "-E"\r
7\r