summaryrefslogtreecommitdiff
path: root/BaseTools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:31:51 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2007-07-02 09:31:51 +0000
commit3f94b8e89a145bdecde2adc473f16748a1611998 (patch)
tree16895fd7addac500671df15f6392a381bc0baf30 /BaseTools
parente2436f66148c1b09bf951154cc38ba9d363bbe2e (diff)
downloadedk2-platforms-3f94b8e89a145bdecde2adc473f16748a1611998.tar.xz
Fixed option issues in IPF assembler and EBC linker
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2953 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BaseTools')
-rw-r--r--BaseTools/Bin/Win32/build.exebin1861221 -> 1861251 bytes
-rw-r--r--BaseTools/Conf/build_rule.template2
2 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Bin/Win32/build.exe b/BaseTools/Bin/Win32/build.exe
index 75686f1209..92a0e8cf0f 100644
--- a/BaseTools/Bin/Win32/build.exe
+++ b/BaseTools/Bin/Win32/build.exe
Binary files differ
diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template
index 44a3196b82..1faf846e38 100644
--- a/BaseTools/Conf/build_rule.template
+++ b/BaseTools/Conf/build_rule.template
@@ -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" : '''\