mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
e2436f6614
commit
3f94b8e89a
Binary file not shown.
|
@ -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" : '''\
|
||||
|
|
Loading…
Reference in New Issue