Add tool_osdep.c
commit88ca2a5988d8712caf04406f08cfbf09f09101ab
authorPaul Brook <paul@codesourcery.com>
Wed, 13 May 2009 21:21:47 +0000 (13 22:21 +0100)
committerPaul Brook <paul@codesourcery.com>
Wed, 13 May 2009 21:21:47 +0000 (13 22:21 +0100)
tree45d2381e2aa40f463e4585e5c292362f8a1fe4e2
parent55616505876d6683130076b810a27c7889321560
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>
Makefile
osdep.c
tool-osdep.c [new file with mode: 0644]