From: Pascal Packaging Team Date: Sat, 12 May 2018 00:36:01 +0000 (+0100) Subject: fix_mips_mipsel_lazarus_FTBFS X-Git-Tag: archive/raspbian/3.0.4+dfsg-19+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6212a88c8312ae04fcf3e24ef754e913fde8df98;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}]),