projects
/
mirror_edk2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
04dab63500a71fd2a39d0cf15d99bf3110eea23a
[mirror_edk2.git]
/
Tools
/
Conf
/
gcc_tools.txt
1
IA32_CC = "-Os","-fno-strict-aliasing","-Wall", "-Werror", "-c", "-x c"
2
IA32_LIB =
3
IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"
4
IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"
5
IA32_ASMLINK =
6
IA32_PP = "-E"
7