Browse Source

* sparc64-linux has to use syscall_nr_gettimeofday instead of syscall_nr_time as well

git-svn-id: trunk@36761 -
florian 8 years ago
parent
commit
d4e6824862
1 changed files with 5 additions and 0 deletions
  1. 5 0
      rtl/linux/osdefs.inc

+ 5 - 0
rtl/linux/osdefs.inc

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