mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 18:29:09 +02:00
* sparc64-linux has to use syscall_nr_gettimeofday instead of syscall_nr_time as well
git-svn-id: trunk@36761 -
This commit is contained in:
parent
10f52f1cac
commit
d4e6824862
@ -89,3 +89,8 @@
|
|||||||
{$define generic_linux_syscalls}
|
{$define generic_linux_syscalls}
|
||||||
{$undef usestime}
|
{$undef usestime}
|
||||||
{$endif cpuaarch64}
|
{$endif cpuaarch64}
|
||||||
|
|
||||||
|
{$ifdef cpusparc64}
|
||||||
|
{$define FPC_USEGETTIMEOFDAY}
|
||||||
|
{$endif cpusparc64}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user