mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 11:41:28 +02:00
* older Solaris doesn't have trunc in libc
git-svn-id: trunk@2473 -
This commit is contained in:
parent
c15b500e32
commit
0c8c95c334
@ -16,6 +16,8 @@
|
||||
{ for 80x86, we can easily write the optimal inline code }
|
||||
{$ifndef cpui386}
|
||||
|
||||
{$ifndef SOLARIS}
|
||||
|
||||
{$ifndef FPC_SYSTEM_HAS_INT}
|
||||
{$define FPC_SYSTEM_HAS_INT}
|
||||
|
||||
@ -40,8 +42,8 @@
|
||||
end;
|
||||
{$endif SUPPORT_DOUBLE}
|
||||
|
||||
{$endif}
|
||||
|
||||
{$endif FPC_SYSTEM_HAS_INT}
|
||||
{$endif SOLARIS}
|
||||
|
||||
{$ifndef SYSTEM_HAS_FREXP}
|
||||
{$define SYSTEM_HAS_FREXP}
|
||||
|
Loading…
Reference in New Issue
Block a user