]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fixed option issues in IPF assembler and EBC linker
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:31:51 +0000 (09:31 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Jul 2007 09:31:51 +0000 (09:31 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2953 6f19259b-4bc3-4df7-8a09-765794883524

BaseTools/Bin/Win32/build.exe
BaseTools/Conf/build_rule.template

index 75686f1209a9159286d80410de864230cd222851..92a0e8cf0feecdf04c97ce7672b0d4fdd4b4ffcc 100644 (file)
Binary files a/BaseTools/Bin/Win32/build.exe and b/BaseTools/Bin/Win32/build.exe differ
index 44a3196b824d86b6de0cefeaee35519c431e24ae..1faf846e385c3849fc5ed7d2a75a44c86d10dd6c 100644 (file)
@@ -110,7 +110,7 @@ ${END}      "$(PP)" $(PP_FLAGS) $(INC) $(WORKSPACE)${sep}${fpath} > $(@D)${sep}${fbas
 $(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(COMMON_DEPS)
 ${BEGIN}$(OUTPUT_DIR)${sep}${fdir}${sep}${fbase}.obj : $(WORKSPACE)${sep}${fdep}
 ${END} "$(APP)" $(APP_FLAGS) $(INC) $(WORKSPACE)${sep}${fpath} > $(@D)${sep}${fbase}.i
-       "$(ASM)" $(ASM_FLAGS) /Fo$@ $(@D)${sep}${fbase}.i
+       "$(ASM)" $(ASM_FLAGS) -o$@ $(@D)${sep}${fbase}.i
 ''',
 
 "Visual-Form-Representation" : '''\