mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* package enabled for embedded-*
git-svn-id: trunk@37979 -
This commit is contained in:
parent
ecda183153
commit
8d52be0d10
@ -21,9 +21,9 @@ Const
|
|||||||
|
|
||||||
PrinterOSes = [go32v2,msdos,os2,win32,win64]+unixlikes-[beos,haiku,morphos];
|
PrinterOSes = [go32v2,msdos,os2,win32,win64]+unixlikes-[beos,haiku,morphos];
|
||||||
SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
|
SerialOSes = [android,linux,netbsd,openbsd,win32,win64];
|
||||||
UComplexOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
|
UComplexOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,wince,win32,win64]+UnixLikes+AllAmigaLikeOSes;
|
||||||
MatrixOSes = [atari,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
MatrixOSes = [atari,embedded,emx,gba,go32v2,msdos,nativent,nds,netware,netwlibc,os2,symbian,watcom,wii,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
||||||
ObjectsOSes = [atari,emx,gba,go32v2,macos,msdos,nds,netware,netwlibc,os2,symbian,watcom,wii,win16,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
ObjectsOSes = [atari,embedded,emx,gba,go32v2,macos,msdos,nds,netware,netwlibc,os2,symbian,watcom,wii,win16,win32,win64,wince]+UnixLikes+AllAmigaLikeOSes;
|
||||||
WinsockOSes = [win32,win64,wince,os2,emx,netware,netwlibc];
|
WinsockOSes = [win32,win64,wince,os2,emx,netware,netwlibc];
|
||||||
WinSock2OSes = [win32,win64,wince];
|
WinSock2OSes = [win32,win64,wince];
|
||||||
SocketsOSes = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,emx,wince,win32,win64];
|
SocketsOSes = UnixLikes+AllAmigaLikeOSes+[netware,netwlibc,os2,emx,wince,win32,win64];
|
||||||
@ -83,7 +83,8 @@ begin
|
|||||||
|
|
||||||
// Add clocale for Android first in order to compile the source file
|
// Add clocale for Android first in order to compile the source file
|
||||||
// from the 'android' dir, not the 'unix' dir.
|
// from the 'android' dir, not the 'unix' dir.
|
||||||
T:=P.Targets.AddUnit('real48utils.pp',AllTargetsextra-[msdos,win16]); { msdos,win16 excluded temporarily, until bitpacked records containing longints on 16-bit targets are fixed }
|
T:=P.Targets.AddUnit('real48utils.pp',AllTargetsextra-[msdos,win16] { msdos,win16 excluded temporarily, until bitpacked records containing longints on 16-bit targets are fixed }
|
||||||
|
-[embedded]); { at least avr has no floats }
|
||||||
T:=P.Targets.AddUnit('clocale.pp',[android]);
|
T:=P.Targets.AddUnit('clocale.pp',[android]);
|
||||||
|
|
||||||
T:=P.Targets.AddUnit('ucomplex.pp',UComplexOSes);
|
T:=P.Targets.AddUnit('ucomplex.pp',UComplexOSes);
|
||||||
|
Loading…
Reference in New Issue
Block a user