On Wed, Dec 31, 2008 at 05:24:13PM +0200, Blue Swirl wrote:
On 12/31/08, Aurelien Jarno aurelien@aurel32.net wrote:
This patch adds a native configuration for PPC. It is based on the cross configuration files
Signed-off-by: Aurelien Jarno aurelien@aurel32.net
<!-- Build hosted UNIX Binary -->
<option name="CONFIG_HOST_UNIX" type="boolean" value="true"/>
<option name="CONFIG_HOST_UNIX" type="boolean" value="false"/>
When compiling natively, we can build a Unix host version too. Is it OK if I commit the patch including your sign-off with this change removed?
Yes, I have seen that, but the Unix host version is currently not building. I think we can enable it when it is fixed.
Aurelien