X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FConf%2Fgcc_tools.txt;h=cdce142118932265767a5342a272b8fcb89f027a;hp=45a877d25baf9c25374ef8016bed455be503ffda;hb=2c09aabe821676fcff763ada07ab1c20d48195cb;hpb=d2ec0d9ef6af0b8d3dc7113fa8d631709c814a06 diff --git a/Tools/Conf/gcc_tools.txt b/Tools/Conf/gcc_tools.txt index 45a877d25b..cdce142118 100644 --- a/Tools/Conf/gcc_tools.txt +++ b/Tools/Conf/gcc_tools.txt @@ -1,4 +1,4 @@ -IA32_CC = "-Os","-fno-strict-aliasing","-Wall", "-Werror", "-c" +IA32_CC = "-Os", "-fshort-wchar", "-fno-strict-aliasing", "-Wall", "-Werror", "-c" IA32_LIB = IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols" IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"