1 Jan 2009 08:34
r339 - in openbios-devel: arch/unix config/examples
Author: blueswirl Date: 2009-01-01 08:34:30 +0100 (Thu, 01 Jan 2009) New Revision: 339 Modified: openbios-devel/arch/unix/unix.c openbios-devel/config/examples/ppc_config.xml Log: Fix Unix host build on PPC Modified: openbios-devel/arch/unix/unix.c =================================================================== --- openbios-devel/arch/unix/unix.c 2008-12-31 20:07:10 UTC (rev 338) +++ openbios-devel/arch/unix/unix.c 2009-01-01 07:34:30 UTC (rev 339) <at> <at> -59,6 +59,10 <at> <at> static int segfault = 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 */ #if 0 Modified: openbios-devel/config/examples/ppc_config.xml =================================================================== --- openbios-devel/config/examples/ppc_config.xml 2008-12-31 20:07:10 UTC (rev 338) +++ openbios-devel/config/examples/ppc_config.xml 2009-01-01 07:34:30 UTC (rev 339)(Continue reading)
RSS Feed