From: Pascal Packaging Team Date: Thu, 24 Aug 2017 15:25:31 +0000 (+0100) Subject: fix_mips_mipsel_lazarus_FTBFS X-Git-Tag: archive/raspbian/3.0.2+dfsg-6+rpi1~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e9699186ec28fc890269a8a0f2db85c50e622948;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}]),