Made some changes to use GCC to pre-process and assembly .S file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@846 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -4146,7 +4146,7 @@
|
||||
<Option ToolChainFamily="GCC" SupArchList="IA32" ToolCode="CC">
|
||||
"-Os", "-fshort-wchar", "-fno-strict-aliasing", "-Wall", "-Werror", "-c", "-include ${DEST_DIR_DEBUG}/AutoGen.h"
|
||||
</Option>
|
||||
<Option ToolChainFamily="GCC" SupArchList="IA32" ToolCode="ASM"> "--warn" </Option>
|
||||
<Option ToolChainFamily="GCC" SupArchList="IA32" ToolCode="ASM"> "-c", "-imacros ${DEST_DIR_DEBUG}/AutoGen.h" </Option>
|
||||
<Option ToolChainFamily="GCC" SupArchList="IA32" ToolCode="SLINK"> </Option>
|
||||
<Option ToolChainFamily="GCC" SupArchList="IA32" ToolCode="DLINK">
|
||||
"-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols", "--entry _${ENTRYPOINT}"
|
||||
|
Reference in New Issue
Block a user