<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><br></div><div>ok! can you also test guicast/Makefile additions? two new cases for ppc and one for i386 (netbsd/freebsd uses this as architecture on 32bit x86). Should be relatively safe to land... </div><br></blockquote><div><span class="gmail_default" style="font-size:small">Tested on both the old Debian 9.1 32-bit and the new Debian 11.0 32-bit.  No problems.  Checked into GIT these differences.</span> <br></div><div><span style="font-family:monospace">8,11d7<br>< ifeq ($(OBJDIR), i386)<br>< BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B i386 -I binary -O elf32-i386\""<br>< endif<br>< <br>26,36d21<br>< <br>< ifeq ($(OBJDIR), ppc64)<br>< BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf64-powerpc\""<br>< endif<br>< <br>< ifeq ($(OBJDIR), ppc)<br>< BOOTSTRAPFLAGS := -DBOOTSTRAP="\"objcopy -B powerpc -I binary -O elf32-powerpc\""<br>< endif</span><br></div></div></div>