I do not know if this is common knowledge, but I learned a trick while working on the glendix kernel on my amd64. That is we can use linux32, which is part of the sys-apps/util-linux, to temporarily change reported architecture and set personality flags. So, I was able to build a 32-bit kernel on my 64-bit configured machine with the following command:
linux32 genkernel --menuconfig --install all Hope that is useful. EBo -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/glendix?hl=en
