From 341c2ee1254f6ff84a2b92ba3eeedb2107519bfb Mon Sep 17 00:00:00 2001 From: Pascal Packaging Team Date: Wed, 16 Jan 2019 09:14:10 +0000 Subject: [PATCH] fix_mips_mipsel_lazarus_FTBFS Gbp-Pq: Name fix_mips_mipsel_lazarus_FTBFS.patch --- fpcsrc/utils/fpcres/target.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]), -- 2.30.2