1
0
mirror of https://github.com/upx/upx.git synced 2025-08-07 22:46:51 +08:00

Typo Makefile.extra

modified:   stub/src/arch/arm64/v8/Makefile.extra
This commit is contained in:
John Reiser
2025-04-04 09:49:49 -07:00
parent 66dbc5cbd1
commit ffd53a1781

View File

@ -58,7 +58,7 @@ lzma_d_c%.S : lzma_d_c.c
sed -f fall-through.sed < tmp/$T.s1 > tmp/$T.s
$(call tc,gcc) -x assembler-with-cpp -c tmp/$T.s -o tmp/$T.o
$(call tc,f-objstrip,tmp/$T.o)
$(call tc,objcopy) -O binary -R .text.LzmaDecodeProperties tmp/$T.o tmp/$%.bin
$(call tc,objcopy) -O binary -R .text.LzmaDecodeProperties tmp/$T.o tmp/$T.bin
$(call tc,objdump) -b binary -m aarch64 -D tmp/$T.bin | $(RTRIM) > tmp/$T.bin.disasm
$(call tc,bin2h) --mode=gas tmp/$T.bin $@