From: Pascal Packaging Team Date: Sat, 14 Apr 2018 16:08:39 +0000 (+0100) Subject: fix_mips_mipsel_lazarus_FTBFS X-Git-Tag: archive/raspbian/3.0.4+dfsg-17+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1512a74fd7576661aa96886ec9c85d4a20764378;p=fpc.git fix_mips_mipsel_lazarus_FTBFS Gbp-Pq: Name fix_mips_mipsel_lazarus_FTBFS.patch --- diff --git a/fpcsrc/utils/fpcres/target.pas b/fpcsrc/utils/fpcres/target.pas index 0e1964a8..c9585546 100644 --- a/fpcsrc/utils/fpcres/target.pas +++ b/fpcsrc/utils/fpcres/target.pas @@ -100,7 +100,7 @@ var (name : 'elf'; ext : '.or'; machines : [mti386,mtx86_64,mtppc, mtppc64,mtarm,mtarmeb, mtm68k,mtsparc,mtalpha, - mtaarch64]), + mtaarch64,mtmips,mtmipsel]), (name : 'coff'; ext : '.o'; machines : [mti386,mtx86_64,mtarm, mtppc,mtppc64]), (name : 'xcoff'; ext : '.o'; machines : [mtppc{,mtppc64}]),