[OpenBIOS] [PATCH 7/7] PPC: Disable host binary build

Alexander Graf agraf at suse.de
Mon Feb 22 17:14:48 CET 2010


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>
---
 config/examples/ppc_config.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/examples/ppc_config.xml b/config/examples/ppc_config.xml
index 87a9964..01139d7 100644
--- a/config/examples/ppc_config.xml
+++ b/config/examples/ppc_config.xml
@@ -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"/>
 
-- 
1.6.0.2




More information about the OpenBIOS mailing list