From subsecret
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

We install only the kernel headers so glibc can use those

tar xf linux-3.9.1.tar.xz
cd linux-3.9.1
make mrproper
make INSTALL_HDR_PATH=/tools headers_install 
ln -s /tools/ /tools/x86_64-unknown-linux-gnu
cd ..

We are now ready for next step