projects
/
mirror_edk2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initial import.
[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