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@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"/>