1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Use ld option --no-warn-mismatch when generating binary output.

This commit is contained in:
Markus F.X.J. Oberhumer 2006-11-20 17:36:04 +01:00
parent 796d58867b
commit 141c703ed5

View File

@ -697,7 +697,7 @@ powerpc-darwin.macho-entry.h : $(srcdir)/src/$$T.S
$(call tc,bin2h) --ident=l_mac_ppc32_loader tmp/$T.bin $@
powerpc-darwin.macho-fold.h : tmp/$$T.o tmp/powerpc-darwin.macho-main.o
$(call tc,ld) --strip-all --oformat binary -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin
$(call tc,ld) --no-warn-mismatch --strip-all --oformat binary -Map tmp/$T.map $(filter %.o,$^) -o tmp/$T.bin
chmod a-x tmp/$T.bin
$(call tc,bin2h) --ident=fold_machppc32 tmp/$T.bin $@