Ver Fonte

+ enable compilation of sortalgs on the WASI platform (goto is now supported, and it compiles)

Nikolay Nikolov há 1 semana atrás
pai
commit
0a09583b10
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      packages/rtl-extra/fpmake.pp

+ 1 - 2
packages/rtl-extra/fpmake.pp

@@ -160,8 +160,7 @@ begin
      begin
        addinclude('clocale.inc',clocaleincOSes);
      end;
-    { sortalgs unit source code uses goto, which is not supported on wasm32 CPU }
-    T:=P.Targets.AddUnit('sortalgs.pp',AllCPUs-[wasm32], AllTargetsextra);
+    T:=P.Targets.AddUnit('sortalgs.pp',AllCPUs, AllTargetsextra);
 
     P.NamespaceMap:='namespaces.lst';