+3
−3
+3
−0
tool-osdep.c
0 → 100644
+4
−0
Loading
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>