blob: 1dfcc6d21cafc2cd006d0fa4fa72bc3b35944607 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Index: qemu/Makefile
@@ -28,7 +28,8 @@
ifndef CONFIG_DARWIN
ifndef CONFIG_WIN32
ifndef CONFIG_SOLARIS
-LIBS+=-lrt
+# XXX need ifndef CONFIG_BSD
+# LIBS+=-lrt
endif
endif
endif
|