mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
Add tool_osdep.c
osdep.c is built in both as a toplevel target independant object, and as a per-target object because of kqemu dependencies. Under some circumstances make picks up the wrong one. Build the former as tool-osdep to avoid this conflict. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
5561650587
commit
88ca2a5988
3 changed files with 10 additions and 3 deletions
3
osdep.c
3
osdep.c
|
@ -33,6 +33,9 @@
|
|||
#include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
/* FIXME: This file should be target independent. However it has kqemu
|
||||
hacks, so must be built for every target. */
|
||||
|
||||
/* Needed early for HOST_BSD etc. */
|
||||
#include "config-host.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue