Uclibc Hardened
- http://jeremy.geeo.net/p7120/
- http://damnsmalllinux.org/f/topic-3-15-18718-5.html
- http://gentoo-wiki.com/TinyGentoo
- http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml
- http://www.gentoo.org/doc/en/?catid=project
- http://www.gentoo.org/proj/en/hardened/hardenedxorg.xml
- http://www.gentoo.org/proj/en/base/embedded/gnap.xml
example make.conf
CFLAGS="-march=i386 -mtune=prescott -O2 -pipe -fomit-frame-pointer -fforce-addr" #optimized for speed on prescott but should run on all 386. increase code performance without compromising on size, and without taking too much compilation time.
CXXFLAGS="${CFLAGS}"
USE="uclibc hardened hardenedphp pic pie"
UCLIBC_CPU="386"
- http://blog.barfoo.org/tag/gentoohardened
- http://www.gentoo.org/doc/en/gcc-optimization.xml
- http://wiki.osuosl.org/display/LNX/Quick+gentoo-hardened+howto
- http://www.gentoo.org/proj/en/hardened/index.xml
- http://gentoo-wiki.com/USE_Flags_explained
- http://www.bulah.com/embeddedgentoo.html
- http://www.rockfloat.com/howto/gentoo-hardened.html
new stages: