Hello,<br /><br /> First I want to thank everyone involved in the Aboriginal Linux for their hard work implementing something that it seems few got right: the elimination of the cross compilation for the packages. I was playing with LFS for about a decade now from time to time and was also playing with various other build systems: Gentoo, OpenWRT and recently Openembedded/Yocto. I was quite excited about OE until I decided to try to port some packages to it. After some frustrations, I composed a proper web search query and landed on Aborigianl Linux website :)<br /><br />I have a general question about the philosophy of AL: coming from LFS, it seems that what AL is doing before launching QEMU is building a native "host-independent" toolchain (in LFS terminology). LFS builds the toolchain under /tools, which means it is easy to discard it afterwards. Why doesn't AL follow the following procedure? Essentially what I want is to build my own C library under native buil
 d and link everything against it, instead of linking against uClibc that is shipped by AL. I am yet unsure on how easy this would be, provided that C library is under /lib and not under /tools/lib.<br /><br />Thank you,<br />EricL