Shinkan wrote: > I have a base host system, which is a x86 hardened-profiled Gentoo 10.0. > I would like to use it to build target systems with the most > control Gentoo can offer. > I first looked at Catalyst but Cross-dev things seemed more accurate > for what I want to do.
USE CATALYST! > I would like to use crossdev because I want to specify which > version of glibc/gcc/etc I will use for one given target. To do this you will create stage2, stage3 and stage4 spec files (maybe also stage1, I'm not sure on that) for catalyst. It can produce exactly what you want. > Furthermore, I would like my toolchain to build "hardened" > binaries, as those we get by using an hardened stage3. Fine, I believe this would be controlled by USE flags for stage2 and up. > Sorry I can't figure it all by myself despite the good docs. Please just start playing with the catalyst examples. I hope you will quickly learn what they produce. Everything that catalyst produces goes into /var/tmp/catalyst/ //Peter
