* 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:
florian 2017-07-21 19:51:44 +00:00
parent 10f52f1cac
commit d4e6824862

View File

@ -89,3 +89,8 @@
{$define generic_linux_syscalls}
{$undef usestime}
{$endif cpuaarch64}
{$ifdef cpusparc64}
{$define FPC_USEGETTIMEOFDAY}
{$endif cpusparc64}