]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use 2 byte chars with gcc to match how windows does unicode.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 31 May 2006 22:27:34 +0000 (22:27 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 31 May 2006 22:27:34 +0000 (22:27 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@359 6f19259b-4bc3-4df7-8a09-765794883524

Tools/Conf/gcc_tools.txt

index 45a877d25baf9c25374ef8016bed455be503ffda..cdce142118932265767a5342a272b8fcb89f027a 100644 (file)
@@ -1,4 +1,4 @@
-IA32_CC = "-Os","-fno-strict-aliasing","-Wall", "-Werror", "-c"\r
+IA32_CC = "-Os", "-fshort-wchar", "-fno-strict-aliasing", "-Wall", "-Werror", "-c"\r
 IA32_LIB = \r
 IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"\r
 IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"\r
 IA32_LIB = \r
 IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"\r
 IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"\r