[OpenBIOS] [commit] r683 - trunk/openbios-devel/config/examples

repository service svn at openbios.org
Mon Feb 22 19:52:34 CET 2010


Author: agraf
Date: Mon Feb 22 19:52:34 2010
New Revision: 683
URL: http://tracker.coreboot.org/trac/openbios/changeset/683

Log:
PPC: Disable host binary build

On PPC the host binary build always fails for me. Since I guess I'm
the only one actually building OpenBIOS ppc on ppc and I don't really
care that much about debugging Forth code in my Linux environment,
I guess we can just disable building it by default.

Signed-off-by: Alexander Graf <agraf at suse.de>

Modified:
   trunk/openbios-devel/config/examples/ppc_config.xml

Modified: trunk/openbios-devel/config/examples/ppc_config.xml
==============================================================================
--- trunk/openbios-devel/config/examples/ppc_config.xml	Mon Feb 22 19:52:32 2010	(r682)
+++ trunk/openbios-devel/config/examples/ppc_config.xml	Mon Feb 22 19:52:34 2010	(r683)
@@ -10,7 +10,7 @@
   <option name="CONFIG_BIG_ENDIAN" type="boolean" value="true"/>
 
   <!-- Build hosted UNIX Binary -->
-  <option name="CONFIG_HOST_UNIX" type="boolean" value="true"/>
+  <option name="CONFIG_HOST_UNIX" type="boolean" value="false"/>
   <option name="CONFIG_UNIX_QT" type="boolean" value="false"/>
   <option name="CONFIG_PLUGINS" type="boolean" value="false"/>
 



More information about the OpenBIOS mailing list