1
2
3
4
5
6
7
8
9
10
11
|
--- packages/rtl-extra/fpmake.pp 2023-12-22 17:55:32.220950000 -0500
+++ packages/rtl-extra/fpmake.pp 2023-12-22 17:55:43.080664000 -0500
@@ -20,7 +20,7 @@
// IPCcdeclOSes = [Darwin,iphonesim,ios];
PrinterOSes = [go32v2,msdos,os2,win32,win64]+unixlikes-[beos,haiku,morphos];
- SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
+ SerialOSes = [android,linux,freebsd,netbsd,openbsd,win32,win64];
UComplexOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
MatrixOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
ObjectsOSes = [atari,embedded,emx,gba,go32v2,macosclassic,msdos,nds,netware,netwlibc,os2,symbian,watcom,wii,win16,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|