mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
bsd-user: Include host-os.h from main
Include host-os.h from main.c to pick up the default OS to emulate. Set that default in main(). Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
cce7ae5c06
commit
d1dc9ab3af
4 changed files with 9 additions and 1 deletions
|
@ -20,4 +20,6 @@
|
|||
#ifndef _HOST_OS_H_
|
||||
#define _HOST_OS_H_
|
||||
|
||||
#define HOST_DEFAULT_BSD_TYPE target_netbsd
|
||||
|
||||
#endif /*!_HOST_OS_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue