Fix Unix host build on PPC

git-svn-id: svn://coreboot.org/openbios/openbios-devel@339 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-01-01 07:34:30 +00:00
parent aad2f953c6
commit e3ff961f02
2 changed files with 5 additions and 1 deletions

View File

@@ -59,6 +59,10 @@ int diskemu;
static int segfault = 0; static int segfault = 0;
int verbose = 0; int verbose = 0;
#ifdef CONFIG_PPC
uint32_t isa_io_base;
#endif
int errno_int; /* implement for fs drivers, needed to build on Mac OS X */ int errno_int; /* implement for fs drivers, needed to build on Mac OS X */
#if 0 #if 0

View File

@@ -11,7 +11,7 @@
<option name="CONFIG_BIG_ENDIAN" type="boolean" value="true"/> <option name="CONFIG_BIG_ENDIAN" type="boolean" value="true"/>
<!-- Build hosted UNIX Binary --> <!-- Build hosted UNIX Binary -->
<option name="CONFIG_HOST_UNIX" type="boolean" value="false"/> <option name="CONFIG_HOST_UNIX" type="boolean" value="true"/>
<option name="CONFIG_UNIX_QT" type="boolean" value="false"/> <option name="CONFIG_UNIX_QT" type="boolean" value="false"/>
<option name="CONFIG_PLUGINS" type="boolean" value="false"/> <option name="CONFIG_PLUGINS" type="boolean" value="false"/>