From: Pascal Packaging Team Date: Sat, 3 Feb 2018 09:30:21 +0000 (+0000) Subject: fix_mips_mipsel_lazarus_FTBFS X-Git-Tag: archive/raspbian/3.0.4+dfsg-15+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=016d7014051479e58ecf5d63f22653aa700a8e5e;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}]),