Updated.
committer: mfx <mfx> 1031933579 +0000
This commit is contained in:
parent
e225d77146
commit
448baac0f4
@ -109,7 +109,7 @@ endif
|
||||
|
||||
# MIPS R3000
|
||||
APP_MR3K = perl -w $(srcdir)/scripts/app_mr3k.pl
|
||||
ASM_MR3K = asm5900 --nologo -q
|
||||
ASM_MR3K = asm5900 --nologo -q -I$(UCL_UPX) -I$(srcdir)
|
||||
|
||||
|
||||
# /***********************************************************************
|
||||
@ -350,7 +350,7 @@ upxd: l_lx_sep.o l_lx_sep86.asm
|
||||
|
||||
l_psx.h: l_psx.asm
|
||||
$(APP_MR3K) $< $T.asx
|
||||
$(ASM_MR3K) $T.asx -I$(UCL_UPX) -o$T.bin -l$T.lst
|
||||
$(ASM_MR3K) $T.asx -o$T.bin -l$T.lst
|
||||
$(BIN2H) $T.bin nrv_loader $@
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user