* configure.host (sh*-*-*): Add -DHAVE_GETTIMEOFDAY to newlib_cflags.

* libc/sys/sh/syscalls.c (_gettimeofday): New.
This commit is contained in:
Alexandre Oliva
2001-01-25 21:40:28 +00:00
parent 6bdf786b95
commit 610b895aa1
3 changed files with 15 additions and 0 deletions

View File

@ -429,6 +429,7 @@ case "${host}" in
syscall_dir=syscalls
;;
sh*-*-*)
newlib_cflags="${newlib_cflags} -DHAVE_GETTIMEOFDAY"
syscall_dir=syscalls
;;
sparc-sun-sunos*)