From: bellard Date: Thu, 13 Jul 2006 23:00:26 +0000 (+0000) Subject: use posix timers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9f909fefd52ad9f6a1f1e1b9b0a895cca04b858c;p=qemu.git use posix timers git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2047 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/Makefile.target b/Makefile.target index d60e6b832e..eadd85c407 100644 --- a/Makefile.target +++ b/Makefile.target @@ -401,7 +401,7 @@ endif ifndef CONFIG_DARWIN ifndef CONFIG_WIN32 ifndef CONFIG_SOLARIS -VL_LIBS=-lutil +VL_LIBS=-lutil -lrt endif endif endif