diff --git a/Tools/Conf/gcc_tools.txt b/Tools/Conf/gcc_tools.txt index 04dab63500..45a877d25b 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","-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"