On 7/5/06, <b class="gmail_sendername">Rob Landley</b> &lt;<a href="mailto:rob@landley.net">rob@landley.net</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wednesday 05 July 2006 10:37 am, Jason Schoon wrote:<br>&gt; On 7/5/06, Mike Frysinger &lt;<a href="mailto:vapier@gentoo.org">vapier@gentoo.org</a>&gt; wrote:<br>&gt; &gt; On Wednesday 05 July 2006 00:51, Jason Schoon wrote:
<br>&gt; &gt; &gt; He is building in bFLT format (uClinux binary flat format) rather than<br>&gt; &gt; &gt; ELF. Seems like a worthwhile and hopefully not insurmountable task.<br>&gt; &gt;<br>&gt; &gt; it's already integrated into the build system, Shaun just wants to let
<br>&gt; &gt; the user add it to the default build list<br>&gt; &gt; -mike<br>&gt;<br>&gt; Seems (to me) like we should do something similar to the Linux kernel.<br>&gt;&nbsp;&nbsp;They still have those options to choose whether you want support for
<br>&gt; a.out, ELF, etc.<br><br>That's what executable formats they support, not what kernel type is<br>generated.&nbsp;&nbsp;Specifying the kernel type you want is done via the make command<br>line.&nbsp;&nbsp;(You always get an elf kernel, vmlinux in the top level directory, and
<br>some systems actually boot that directly.&nbsp;&nbsp;The others are generated from<br>vmlinux.)<br></blockquote></div><br>True, in that case it is specifying a feature, rather than a build configuration.&nbsp; As Shaun pointed out, this probably belongs on the command line along with specifying cross-compiler and such.
<br><br>