X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FConf%2Fgcc_tools.txt;h=cdce142118932265767a5342a272b8fcb89f027a;hp=04dab63500a71fd2a39d0cf15d99bf3110eea23a;hb=2c09aabe821676fcff763ada07ab1c20d48195cb;hpb=878ddf1fc3540a715f63594ed22b6929e881afb4 diff --git a/Tools/Conf/gcc_tools.txt b/Tools/Conf/gcc_tools.txt index 04dab63500..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", "-x 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"