mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 06:29:32 +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}
|
||||
{$undef usestime}
|
||||
{$endif cpuaarch64}
|
||||
|
||||
{$ifdef cpusparc64}
|
||||
{$define FPC_USEGETTIMEOFDAY}
|
||||
{$endif cpusparc64}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user